Version: 8.3.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
SALOMEDS::Color Struct Reference

Represents the color based on RGB palette. More...

Data Fields

double R
 Red component of the color. More...
 
double G
 Green component of the color. More...
 
double B
 Blue component of the color. More...
 

Detailed Description

Represents the color based on RGB palette.

Used by different interfaces to specify the color attributes of different items.

Field Documentation

double SALOMEDS::Color::R

Red component of the color.

double SALOMEDS::Color::G

Green component of the color.

double SALOMEDS::Color::B

Blue component of the color.