package color
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Color.Rgb
Source
Classic RedGreenBlue (& optional alpha) representation, closely matching the way screens display colors.
- r, g, and b are integers, between 0 and 255
- alpha is the transparency, between 0.0 (full transparency) and 1.0 (full opacity, default)