NX Open C++ Reference Guide
|
Represents three constituents of a HSV color pattern. More...
Public Member Functions | |
ColorHSV (double hueInitial, double saturationInitial, double valueInitial) | |
Constructor for the ColorHSV struct. | |
Public Attributes | |
double | Hue |
Hue in HSV pattern is the color type (such as red, blue, or yellow) Ranges from 0-360. | |
double | Saturation |
Saturation in HSV pattern is the "vibrancy" of the color Ranges from 0-255. | |
double | Value |
Value in HSV pattern is the brightness of the color Ranges from 0-255. |
Represents three constituents of a HSV color pattern.
NXOpen::Preferences::ViewVisualizationSpecialEffects::ColorHSV::ColorHSV | ( | double | hueInitial, |
double | saturationInitial, | ||
double | valueInitial | ||
) |
Constructor for the ColorHSV struct.
hueInitial | Hue in HSV pattern is the color type (such as red, blue, or yellow) Ranges from 0-360 |
saturationInitial | Saturation in HSV pattern is the "vibrancy" of the color Ranges from 0-255 |
valueInitial | Value in HSV pattern is the brightness of the color Ranges from 0-255 |
Hue in HSV pattern is the color type (such as red, blue, or yellow) Ranges from 0-360.
Saturation in HSV pattern is the "vibrancy" of the color Ranges from 0-255.
Value in HSV pattern is the brightness of the color Ranges from 0-255.