![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.pdf.elements.Color
com.aspose.pdf.elements.RgbColorSpace
Represents a Color object that indicates the RGB colorspace.
Field Summary |
Fields inherited from class com.aspose.pdf.elements.Color |
Aqua, Black, Blue, Fuchsia, Gray, Green, Lime, Navy, Olive, Purple, Red, Silver, Teal, White, Yellow |
Constructor Summary | |
RgbColorSpace(short red,
short green,
short blue)
Initializes a Color object that indicates the RGB colorspace. |
Method Summary | |
java.lang.Object |
clone()
|
short |
getBlueComponent()
Gets the blue component of RGB color space. |
short |
getGrennComponent()
Gets the green component of RGB color space. |
short |
getRedComponent()
Gets the red component of RGB color space. |
void |
setBlueComponent(short blue)
Sets the blue component of RGB color space. |
void |
setGrennComponent(short green)
Sets the green component of RGB color space. |
void |
setRedComponent(short red)
Sets the red component of RGB color space. |
Methods inherited from class com.aspose.pdf.elements.Color |
equals, getRGBComponents |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RgbColorSpace(short red, short green, short blue)
Method Detail |
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class Color
java.lang.CloneNotSupportedException
java.lang.Object#clone()
public short getRedComponent()
public void setRedComponent(short red)
public short getGrennComponent()
public void setGrennComponent(short green)
public short getBlueComponent()
public void setBlueComponent(short blue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |