|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.pptobject
com.spire.presentation.drawing.colorformat
public class colorformat
represents the color of a one-color object
constructor summary | |
---|---|
colorformat()
|
|
colorformat(islidecomponent parent)
|
|
colorformat(islidecomponent parent,
com.spire.ms.system.drawing.color color)
|
|
colorformat(islidecomponent parent,
colorformat color)
|
|
colorformat(islidecomponent parent,
knowncolors systemdefined)
|
|
colorformat(islidecomponent parent,
schemecolor schemecolor)
|
method summary | |
---|---|
byte |
getb()
gets the blue component of a color. |
java.awt.color |
getcolor()
gets rgb colors. |
colortype |
getcolortype()
|
byte |
getg()
gets the green component of a color. |
float |
gethue()
gets the hue component of a color in hsl representation. |
knowncolors |
getknowncolor()
gets the color preset. |
float |
getluminance()
gets the luminance component of a color in hsl representation. |
byte |
getr()
gets the red component of a color. |
java.awt.color |
getrawschemecolor()
gets rgb colors by scheme. |
float |
getsaturation()
gets the saturation component of a color in hsl representation. |
schemecolor |
getschemecolor()
gets the color identified by a color scheme. |
systemcolortype |
getsystemcolor()
gets the color identified by the system color table. |
void |
setb(byte value)
sets the blue component of a color. |
void |
setcolor(java.awt.color value)
sets rgb colors. |
void |
setcolortype(colortype value)
|
void |
setg(byte value)
sets the green component of a color. |
void |
sethue(float value)
sets the hue component of a color in hsl representation. |
void |
setknowncolor(knowncolors value)
sets the color preset. |
void |
setluminance(float value)
sets the luminance component of a color in hsl representation. |
void |
setr(byte value)
sets the red component of a color. |
void |
setsaturation(float value)
sets the saturation component of a color in hsl representation. |
void |
setschemecolor(schemecolor value)
sets the color identified by a color scheme. |
void |
setsystemcolor(systemcolortype value)
sets the color identified by the system color table. |
methods inherited from class com.spire.presentation.pptobject |
---|
checkdisposed, getparent |
constructor detail |
---|
public colorformat()
public colorformat(islidecomponent parent)
public colorformat(islidecomponent parent, knowncolors systemdefined)
public colorformat(islidecomponent parent, schemecolor schemecolor)
public colorformat(islidecomponent parent, com.spire.ms.system.drawing.color color)
public colorformat(islidecomponent parent, colorformat color)
method detail |
---|
public java.awt.color getrawschemecolor()
public java.awt.color getcolor()
public void setcolor(java.awt.color value)
public colortype getcolortype()
public void setcolortype(colortype value)
public knowncolors getknowncolor()
public void setknowncolor(knowncolors value)
public systemcolortype getsystemcolor()
public void setsystemcolor(systemcolortype value)
public schemecolor getschemecolor()
public void setschemecolor(schemecolor value)
public byte getr()
java.lang.exception
public void setr(byte value)
public byte getg()
java.lang.exception
public void setg(byte value)
public byte getb()
java.lang.exception
public void setb(byte value)
public float gethue()
java.lang.exception
public void sethue(float value)
public float getsaturation()
java.lang.exception
public void setsaturation(float value)
public float getluminance()
java.lang.exception
public void setluminance(float value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |