Skip to content

Kind rgb_color

RGB color

Details

This kind represents RGB color as a tuple (R, G, B).

Examples:

(128, 32, 64)
(255, 255, 255)