NX Open C++ Reference Guide
|
Represents a Display::CgfxAttributeValueColor4Builder builder
Created in NX5.0.0.
More...
Public Member Functions | |
std::vector< double > | GetColor4Value () |
Gets the CgFX material attribute's array of 4 double values used to represent a color (RGBA) | |
void | SetColor4Value (const std::vector< double > &color4Value) |
Sets the CgFX material attribute's array of 4 double values used to represent a color (RGBA) Created in NX5.0.0. |
Represents a Display::CgfxAttributeValueColor4Builder builder
Created in NX5.0.0.
std::vector<double> NXOpen::Display::CgfxAttributeValueColor4Builder::GetColor4Value | ( | ) |
Gets the CgFX material attribute's array of 4 double values used to represent a color (RGBA)
void NXOpen::Display::CgfxAttributeValueColor4Builder::SetColor4Value | ( | const std::vector< double > & | color4Value | ) |
Sets the CgFX material attribute's array of 4 double values used to represent a color (RGBA)
Created in NX5.0.0.
License requirements : None
color4Value | Array of 4 RGB and alpha values, each between 0.0 and 1.0 |