Struct ViewVisualizationSpecialEffects.ColorHSV
Inherited Members
Namespace: NXOpen.Preferences
Assembly: NXOpen.dll
Syntax
public struct ViewVisualizationSpecialEffects.ColorHSV
Constructors
ColorHSV(double, double, double)
Declaration
public ColorHSV(double Hue, double Saturation, double Value)
Parameters
| Type | Name | Description |
|---|---|---|
| double | Hue | |
| double | Saturation | |
| double | Value |
Fields
Hue
Declaration
public double Hue
Field Value
| Type | Description |
|---|---|
| double |
Saturation
Declaration
public double Saturation
Field Value
| Type | Description |
|---|---|
| double |
Value
Declaration
public double Value
Field Value
| Type | Description |
|---|---|
| double |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |