ColorDefinitionRgb Struct

class NXOpen.ColorDefinitionRgb

Bases: object

Specifies rgb values for color

Fields

Field Description
Red red color value
Green green color value
Blue blue color value

Red

ColorDefinitionRgb.Red

red color value -------------------------------------

Getter Method Signature Red()

Returns:
Return type:float

-------------------------------------

Setter Method

Signature Red(value)

Parameters:value (float) –

Green

ColorDefinitionRgb.Green

green color value -------------------------------------

Getter Method Signature Green()

Returns:
Return type:float

-------------------------------------

Setter Method

Signature Green(value)

Parameters:value (float) –

Blue

ColorDefinitionRgb.Blue

blue color value -------------------------------------

Getter Method Signature Blue()

Returns:
Return type:float

-------------------------------------

Setter Method

Signature Blue(value)

Parameters:value (float) –