Color representation.
color name
pixel from the packed representation of a four 8 bit channel color to a
Color.
red, green, blue
and alpha channels of color.
a to b and saves the resulting color inside result.
color by a fixed amount, and saves the changed color in result.
initial and final
Colors using progress
color by a fixed amount, and saves the changed color in result.
color by factor and saves the modified color into result.
b from a and saves the resulting color inside result.
color to the HLS format.
color into a packed 32 bit integer, containing all the four 8 bit channels used by
Color.
color in the hexadecimal form #rrggbbaa,
where r, g, b and a are hexadecimal digits representing the red, green, blue and alpha components
respectively.
