NX Open C++ Reference Guide
|
Represents three constituents of a RGB color pattern. More...
Public Member Functions | |
ColorRGB (double redColorInitial, double greenColorInitial, double blueColorInitial) | |
Constructor for the ColorRGB struct. | |
Public Attributes | |
double | BlueColor |
Blue in RGB pattern. | |
double | GreenColor |
Green in RGB pattern. | |
double | RedColor |
Red in RGB pattern. |
Represents three constituents of a RGB color pattern.
NXOpen::Preferences::ViewVisualizationSpecialEffects::ColorRGB::ColorRGB | ( | double | redColorInitial, |
double | greenColorInitial, | ||
double | blueColorInitial | ||
) |
Constructor for the ColorRGB struct.
redColorInitial | Red in RGB pattern |
greenColorInitial | Green in RGB pattern |
blueColorInitial | Blue in RGB pattern |
Blue in RGB pattern.
Green in RGB pattern.
Red in RGB pattern.