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

Specifies rgb values for color. More...

Public Member Functions

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

Public Attributes

double Blue
 blue color value More...
 
double Green
 green color value More...
 
double Red
 red color value More...
 

Detailed Description

Specifies rgb values for color.

Constructor & Destructor Documentation

NXOpen::ColorDefinitionRgb::ColorDefinitionRgb ( double  redInitial,
double  greenInitial,
double  blueInitial 
)

Constructor for the ColorDefinitionRgb struct.

Parameters
redInitialred color value
greenInitialgreen color value
blueInitialblue color value

Member Data Documentation

double NXOpen::ColorDefinitionRgb::Blue

blue color value

double NXOpen::ColorDefinitionRgb::Green

green color value

double NXOpen::ColorDefinitionRgb::Red

red color value


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