![]() |
Object representation of a colour gradient position.
Static Public Member Functions | |
static OMC::Obj | fromHSL (double h, double s, double l, double a) |
Public Attributes | |
double | position |
The percentage of the gradient colour, from 0 [start] to 100 [end]. More... | |
OMC::Colour | colour |
et and set the colour object part of the gradient position. More... | |
float | r |
float | g |
float | b |
float | a |
float | h |
float | l |
float | s |
QString | hex |
|
readwriteinherited |
Get and set the alpha value of the colour 0-255.
|
readwriteinherited |
Get and set the blue value of the colour 0-255.
OMC::PaletteGradientPosition::colour |
et and set the colour object part of the gradient position.
|
readwriteinherited |
Get and set the green value of the colour 0-255.
|
inherited |
Get and set the hue value of the colour 0-360.
|
readwriteinherited |
Get and set the hex value of the node in form #FFFFFF
|
inherited |
Get and set the lightness value of the colour 0-100.
OMC::PaletteGradientPosition::position |
The percentage of the gradient colour, from 0 [start] to 100 [end].
|
readwriteinherited |
Get and set the red value of the colour 0-255.
|
inherited |
Get and set the saturation value of the colour 0-100.0