NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::DisplayManager::J3dColor Struct Reference

3d interface color definition More...

Public Member Functions

 J3dColor (double redInitial, double greenInitial, double blueInitial)
 Constructor for the J3dColor struct. More...
 

Public Attributes

double Blue
 green color value More...
 
double Green
 blue color value More...
 
double Red
 red value in the range 0.0 to 1.0 More...
 

Detailed Description

3d interface color definition

Constructor & Destructor Documentation

NXOpen::DisplayManager::J3dColor::J3dColor ( double  redInitial,
double  greenInitial,
double  blueInitial 
)

Constructor for the J3dColor struct.

Parameters
redInitialred value in the range 0.0 to 1.0
greenInitialblue color value
blueInitialgreen color value

Member Data Documentation

double NXOpen::DisplayManager::J3dColor::Blue

green color value

double NXOpen::DisplayManager::J3dColor::Green

blue color value

double NXOpen::DisplayManager::J3dColor::Red

red value in the range 0.0 to 1.0


The documentation for this struct was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.