OMC::Colour Class Reference

Detailed Description

A generic colour object that can be used as a colour argument for some internal methiods.

Create a Colour Object

from ToonBoom import harmony #Import the Harmony Module
colour_object = harmony.Colour( 255, 0, 0, 255 ) #RED!
colour_object = harmony.Colour.fromHSL( 180, 100, 50, 100 ) #CYAN!

Public Member Functions

 Colour (float r=0, float g=0, float b=0, float a=255)
 

Static Public Member Functions

static OMC::Obj fromHSL (double h, double s, double l, double a)
 

Public Attributes

float r
 
float g
 
float b
 
float a
 
float h
 
float l
 
float s
 
QString hex
 

Member Data Documentation

◆ a

float OMC::Colour::a
readwrite

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

◆ b

float OMC::Colour::b
readwrite

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

◆ g

float OMC::Colour::g
readwrite

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

◆ h

OMC::Colour::h

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

◆ hex

QString OMC::Colour::hex
readwrite

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

◆ l

OMC::Colour::l

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

◆ r

float OMC::Colour::r
readwrite

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

◆ s

OMC::Colour::s

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

Inheritance diagram for OMC::Colour:
Collaboration diagram for OMC::Colour: