ViewVisualizationSpecialEffectsColorHLS_Struct Struct

NXOpen.Preferences.ViewVisualizationSpecialEffects.ColorHLS is an alias for NXOpen.Preferences.ViewVisualizationSpecialEffectsColorHLS_Struct

class NXOpen.Preferences.ViewVisualizationSpecialEffectsColorHLS_Struct

Bases: object

Represents three constituents of a HLS color pattern

Fields

Field Description
Hue Hue in HSV pattern is the color type (such as red, blue, or yellow) Ranges from 0-360
Lightness Lightness in HLS pattern Ranges from 0-255
Saturation Saturation in HSV pattern is the vibrancy of the color Ranges from 0-255

Hue

ViewVisualizationSpecialEffectsColorHLS_Struct.Hue

Hue in HSV pattern is the color type (such as red, blue, or yellow) Ranges from 0-360 -------------------------------------

Getter Method Signature Hue()

Returns:
Return type:float

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

Setter Method

Signature Hue(value)

Parameters:value (float) –

Lightness

ViewVisualizationSpecialEffectsColorHLS_Struct.Lightness

Lightness in HLS pattern Ranges from 0-255 -------------------------------------

Getter Method Signature Lightness()

Returns:
Return type:float

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

Setter Method

Signature Lightness(value)

Parameters:value (float) –

Saturation

ViewVisualizationSpecialEffectsColorHLS_Struct.Saturation

Saturation in HSV pattern is the “vibrancy” of the color Ranges from 0-255 -------------------------------------

Getter Method Signature Saturation()

Returns:
Return type:float

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

Setter Method

Signature Saturation(value)

Parameters:value (float) –