Pote.Converters.XTerm256 (Pote v2.2.0)

Copy Markdown View Source

Conversions to/from XTerm256.

Summary

Functions

Creates XTerm256 from RGB.

Converts XTerm256 to RGB.

Types

rgb()

@type rgb() :: Pote.rgb()

xterm256()

@type xterm256() :: Pote.xterm256()

Functions

from_rgb(rgb)

@spec from_rgb(rgb()) :: xterm256()

Creates XTerm256 from RGB.

to_rgb(index)

@spec to_rgb(xterm256()) :: rgb()

Converts XTerm256 to RGB.