NX Open C++ Reference Guide
|
3d interface color definition More...
Public Member Functions | |
J3dColor (double redInitial, double greenInitial, double blueInitial) | |
Constructor for the J3dColor struct. | |
Public Attributes | |
double | Blue |
green color value | |
double | Green |
blue color value | |
double | Red |
red value in the range 0.0 to 1.0 |
3d interface color definition
NXOpen::DisplayManager::J3dColor::J3dColor | ( | double | redInitial, |
double | greenInitial, | ||
double | blueInitial | ||
) |
Constructor for the J3dColor struct.
redInitial | red value in the range 0.0 to 1.0 |
greenInitial | blue color value |
blueInitial | green color value |
green color value
blue color value
red value in the range 0.0 to 1.0