public class VgColor
extends java.lang.Object
Constructor and Description |
---|
VgColor() |
VgColor(float pRed) |
VgColor(float pRed,
float pGreen) |
VgColor(float pRed,
float pGreen,
float pBlue) |
VgColor(float pRed,
float pGreen,
float pBlue,
float pAlpha) |
VgColor(VgColor pColor) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
float |
getMAlpha()
The alpha component of the color.
|
float |
getMBlue()
The blue component of the color.
|
float |
getMGreen()
The green component of the color.
|
float |
getMRed()
The red component of the color.
|
void |
setMAlpha(float value)
The alpha component of the color.
|
void |
setMBlue(float value)
The blue component of the color.
|
void |
setMGreen(float value)
The green component of the color.
|
void |
setMRed(float value)
The red component of the color.
|
public VgColor(float pRed, float pGreen, float pBlue, float pAlpha)
public VgColor(float pRed, float pGreen, float pBlue)
public VgColor(float pRed, float pGreen)
public VgColor(float pRed)
public VgColor()
public VgColor(VgColor pColor)
public void delete()
public void setMRed(float value)
public float getMRed()
public void setMGreen(float value)
public float getMGreen()
public void setMBlue(float value)
public float getMBlue()
public void setMAlpha(float value)
public float getMAlpha()