Pote.Format.RGB (Pote v2.2.0)

Copy Markdown View Source

RGB format for colours ({r, g, b}).

Implements the Pote.Format behaviour to provide all conversion operations from/to RGB.

Summary

Types

parsed()

@type parsed() :: {0..255, 0..255, 0..255}