OMC::PaletteGradientPosition Class Reference

Detailed Description

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
 

Member Data Documentation

◆ a

float OMC::Colour::a
readwriteinherited

Get and set the alpha value of the colour 0-255.

◆ b

float OMC::Colour::b
readwriteinherited

Get and set the blue value of the colour 0-255.

◆ colour

OMC::PaletteGradientPosition::colour

et and set the colour object part of the gradient position.

◆ g

float OMC::Colour::g
readwriteinherited

Get and set the green value of the colour 0-255.

◆ h

OMC::Colour::h
inherited

Get and set the hue value of the colour 0-360.

◆ hex

QString OMC::Colour::hex
readwriteinherited

Get and set the hex value of the node in form #FFFFFF

◆ l

OMC::Colour::l
inherited

Get and set the lightness value of the colour 0-100.

◆ position

OMC::PaletteGradientPosition::position

The percentage of the gradient colour, from 0 [start] to 100 [end].

◆ r

float OMC::Colour::r
readwriteinherited

Get and set the red value of the colour 0-255.

◆ s

OMC::Colour::s
inherited

Get and set the saturation value of the colour 0-100.0

Inheritance diagram for OMC::PaletteGradientPosition:
Collaboration diagram for OMC::PaletteGradientPosition: