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 .

Constructor: NXOpen.Preferences.ViewVisualizationSpecialEffects.ColorHSV()

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 -------------------------------------

Field Value Type:float

Saturation

ViewVisualizationSpecialEffectsColorHSV_Struct.Saturation

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

Field Value Type:float

Value

ViewVisualizationSpecialEffectsColorHSV_Struct.Value

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

Field Value Type:float