Classes defined in module colors
Functions defined in module colors
Convert a color to an OpenGL RGB color.
The output is a tuple of three RGB float values ranging from 0.0 to 1.0. The input can be any of the following: - a QColor - a string specifying the Xwindow name of the color - a hex string ‘#RGB’ with 1 to 4 hexadecimal digits per color - a tuple or list of 3 integer values in the range 0..255 - a tuple or list of 3 float values in the range 0.0..1.0 Any other input may give unpredictable results.
Return a string designation for the color.
color can be anything that is accepted by GLColor. In most cases If color can not be converted, None is returned.
Return an RGB (0-255) tuple for an OpenGL color
Return an RGB hex string for an OpenGL color
Return the closest color name.
Adds an alpha channel to an RGB color
Returns a grey OpenGL color of given intensity (0..1)