|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.ColorFormatEx.FloatColor
public static class ColorFormatEx.FloatColor
Color with ARGB values represented as float.
Field Summary | |
---|---|
float |
A
|
float |
B
|
float |
G
|
float |
R
|
Constructor Summary | |
---|---|
ColorFormatEx.FloatColor(java.awt.Color c)
Creates copy of a color. |
|
ColorFormatEx.FloatColor(ColorFormatEx.FloatColor color)
Creates copy of a color. |
|
ColorFormatEx.FloatColor(float r,
float g,
float b)
Creates color from specified RGB float values. |
Method Summary | |
---|---|
static ColorFormatEx.FloatColor |
fromHSL(float hue,
float saturation,
float luminance)
Returns new color created from HSL values. |
java.awt.Color |
getColor()
Converts FloatColor to a Color. |
void |
setHSL(float hue,
float saturation,
float luminance)
Sets color using HSL values. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float A
public float R
public float G
public float B
Constructor Detail |
---|
public ColorFormatEx.FloatColor(float r, float g, float b)
public ColorFormatEx.FloatColor(ColorFormatEx.FloatColor color)
public ColorFormatEx.FloatColor(java.awt.Color c)
Method Detail |
---|
public void setHSL(float hue, float saturation, float luminance)
public static ColorFormatEx.FloatColor fromHSL(float hue, float saturation, float luminance)
public java.awt.Color getColor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |