|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRgbColor
Provides access to members that control the RGB color values.
IHsvColor
,
IHlsColor
Method Summary | |
---|---|
int |
getBlue()
The blue component of an IRgbColor (0-255). |
int |
getGreen()
The green component of an IRgbColor (0-255). |
int |
getRed()
The red component of an IRgbColor (0-255). |
void |
setBlue(int blue)
The blue component of an IRgbColor (0-255). |
void |
setGreen(int green)
The green component of an IRgbColor (0-255). |
void |
setRed(int red)
The red component of an IRgbColor (0-255). |
Methods inherited from interface com.esri.arcgis.display.IColor |
---|
getCIELAB, getCMYK, getRGB, getTransparency, isNullColor, isUseWindowsDithering, setCIELAB, setCMYK, setNullColor, setRGB, setTransparency, setUseWindowsDithering |
Method Detail |
---|
void setRed(int red) throws IOException, AutomationException
red
- The red (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRed() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGreen(int green) throws IOException, AutomationException
green
- The green (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getGreen() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBlue(int blue) throws IOException, AutomationException
blue
- The blue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBlue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |