public interface Color
extends org.eclipse.emf.ecore.EObject
StylesPackage.getColor()| Modifier and Type | Method and Description |
|---|---|
int |
getBlue()
Returns the value of the 'Blue' attribute.
|
int |
getGreen()
Returns the value of the 'Green' attribute.
|
int |
getRed()
Returns the value of the 'Red' attribute.
|
int getRed()
If the meaning of the 'Red' attribute isn't clear, there really should be more of a description here...
StylesPackage.getColor_Red()int getGreen()
If the meaning of the 'Green' attribute isn't clear, there really should be more of a description here...
StylesPackage.getColor_Green()int getBlue()
If the meaning of the 'Blue' attribute isn't clear, there really should be more of a description here...
StylesPackage.getColor_Blue()