public interface IRGBColorDescription
extends java.io.Serializable
Description: 'Provides access to members that control the RGB color interface.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID8e8ca536_36ea_4b06_8fa3_636074c5b162 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
byte |
getAlpha()
The Alpha Blending value.
|
void |
queryRGB(int[] r,
int[] g,
int[] b)
Gets the red, green, blue components of a color respectively.
|
void |
setAlpha(byte alphaValue)
The Alpha Blending value.
|
void |
setRGB(int r,
int g,
int b)
Sets red, green, blue components of a color respectively.
|
static final int IID8e8ca536_36ea_4b06_8fa3_636074c5b162
static final int xxDummy
static final java.lang.String IID
void setAlpha(byte alphaValue) throws java.io.IOException, AutomationException
alphaValue
- An unsigned byte (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.byte getAlpha() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRGB(int r, int g, int b) throws java.io.IOException, AutomationException
r
- The r (in)g
- The g (in)b
- The b (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void queryRGB(int[] r, int[] g, int[] b) throws java.io.IOException, AutomationException
r
- The r (out: use single element array)g
- The g (out: use single element array)b
- The b (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.