Interface Color
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ColorImpl
public interface Color extends org.eclipse.emf.ecore.EObject
- See Also:
StylesPackage.getColor()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getRed
int getRed()
Returns the value of the 'Red' attribute.If the meaning of the 'Red' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Red' attribute.
- See Also:
StylesPackage.getColor_Red()
-
getGreen
int getGreen()
Returns the value of the 'Green' attribute.If the meaning of the 'Green' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Green' attribute.
- See Also:
StylesPackage.getColor_Green()
-
getBlue
int getBlue()
Returns the value of the 'Blue' attribute.If the meaning of the 'Blue' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Blue' attribute.
- See Also:
StylesPackage.getColor_Blue()
-
-