NX Open C++ Reference Guide
|
Represents three constituents of a HLS color pattern. More...
Public Member Functions | |
ColorHLS (double hueInitial, double lightnessInitial, double saturationInitial) | |
Constructor for the ColorHLS struct. | |
Public Attributes | |
double | Hue |
Hue in HSV pattern is the color type (such as red, blue, or yellow) Ranges from 0-360. | |
double | Lightness |
Lightness in HLS pattern Ranges from 0-255. | |
double | Saturation |
Saturation in HSV pattern is the "vibrancy" of the color Ranges from 0-255. |
Represents three constituents of a HLS color pattern.
NXOpen::Preferences::ViewVisualizationSpecialEffects::ColorHLS::ColorHLS | ( | double | hueInitial, |
double | lightnessInitial, | ||
double | saturationInitial | ||
) |
Constructor for the ColorHLS struct.
hueInitial | Hue in HSV pattern is the color type (such as red, blue, or yellow) Ranges from 0-360 |
lightnessInitial | Lightness in HLS pattern Ranges from 0-255 |
saturationInitial | Saturation in HSV pattern is the "vibrancy" 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.
Lightness in HLS pattern Ranges from 0-255.
Saturation in HSV pattern is the "vibrancy" of the color Ranges from 0-255.