NX Open C++ Reference Guide
Public Member Functions | Public Attributes
NXOpen::Preferences::SessionVisualizationShade::Rgb Struct Reference

Specifies a color by its red, green, and blue values, where each value is between 0 and 1. More...

List of all members.

Public Member Functions

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

Public Attributes

double Blue
 blue
double Green
 green
double Red
 red

Detailed Description

Specifies a color by its red, green, and blue values, where each value is between 0 and 1.


Constructor & Destructor Documentation

NXOpen::Preferences::SessionVisualizationShade::Rgb::Rgb ( double  redInitial,
double  greenInitial,
double  blueInitial 
)

Constructor for the Rgb struct.

Parameters:
redInitialred
greenInitialgreen
blueInitialblue

Member Data Documentation

blue

green

red


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