NX Open C++ Reference Guide
|
Specifies rgb values for color. More...
Public Member Functions | |
ColorDefinitionRgb (double redInitial, double greenInitial, double blueInitial) | |
Constructor for the ColorDefinitionRgb struct. | |
Public Attributes | |
double | Blue |
blue color value | |
double | Green |
green color value | |
double | Red |
red color value |
Specifies rgb values for color.
NXOpen::ColorDefinitionRgb::ColorDefinitionRgb | ( | double | redInitial, |
double | greenInitial, | ||
double | blueInitial | ||
) |
Constructor for the ColorDefinitionRgb struct.
redInitial | red color value |
greenInitial | green color value |
blueInitial | blue color value |
blue color value
green color value
red color value