public class ColorDefinitionRgb extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
double |
blue
blue color value
|
double |
green
green color value
|
double |
red
red color value
|
Constructor and Description |
---|
ColorDefinitionRgb() |
ColorDefinitionRgb(double redInitial,
double greenInitial,
double blueInitial)
Constructor for the ColorDefinitionRgb object.
|
public double red
public double green
public double blue
public ColorDefinitionRgb()
public ColorDefinitionRgb(double redInitial, double greenInitial, double blueInitial)
redInitial
- red color valuegreenInitial
- green color valueblueInitial
- blue color valueCopyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.