public interface Color
extends org.eclipse.emf.ecore.EObject
SofiagraphicsPackage.getColor()| Modifier and Type | Method and Description |
|---|---|
float |
getA()
Returns the value of the 'A' attribute.
|
float |
getB()
Returns the value of the 'B' attribute.
|
float |
getG()
Returns the value of the 'G' attribute.
|
float |
getR()
Returns the value of the 'R' attribute.
|
void |
setA(float value)
Sets the value of the '
A' attribute. |
void |
setB(float value)
Sets the value of the '
B' attribute. |
void |
setG(float value)
Sets the value of the '
G' attribute. |
void |
setR(float value)
Sets the value of the '
R' attribute. |
float getR()
"0.0".
If the meaning of the 'R' attribute isn't clear, there really should be more of a description here...
setR(float),
SofiagraphicsPackage.getColor_R()void setR(float value)
R' attribute.
value - the new value of the 'R' attribute.getR()float getG()
"0.0".
If the meaning of the 'G' attribute isn't clear, there really should be more of a description here...
setG(float),
SofiagraphicsPackage.getColor_G()void setG(float value)
G' attribute.
value - the new value of the 'G' attribute.getG()float getB()
"0.0".
If the meaning of the 'B' attribute isn't clear, there really should be more of a description here...
setB(float),
SofiagraphicsPackage.getColor_B()void setB(float value)
B' attribute.
value - the new value of the 'B' attribute.getB()float getA()
"0.0".
If the meaning of the 'A' attribute isn't clear, there really should be more of a description here...
setA(float),
SofiagraphicsPackage.getColor_A()Copyright © 2018. All rights reserved.