ViewVisualizationSpecialEffectsColorHSV_Struct Struct

NXOpen.Preferences.ViewVisualizationSpecialEffects.ColorHSV is an alias for NXOpen.Preferences.ViewVisualizationSpecialEffectsColorHSV_Struct

class NXOpen.Preferences.ViewVisualizationSpecialEffectsColorHSV_Struct

Bases: object

Represents three constituents of a HSV color pattern

Fields

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

Hue

ViewVisualizationSpecialEffectsColorHSV_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) –

Saturation

ViewVisualizationSpecialEffectsColorHSV_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) –

Value

ViewVisualizationSpecialEffectsColorHSV_Struct.Value

Value in HSV pattern is the brightness of the color Ranges from 0-255 -------------------------------------

Getter Method Signature Value()

Returns:
Return type:float

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

Setter Method

Signature Value(value)

Parameters:value (float) –