21module
com { module sun { module star { module rendering {
56 boolean getIndex( [out] sequence<ColorComponent> entry, [in]
long nIndex )
86 boolean setIndex( [in] sequence<ColorComponent> color, [in]
boolean transparency, [in]
long nIndex )
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition IndexOutOfBoundsException.idl:31
Interface to access the palette of a color-indexed bitmap.
Definition XBitmapPalette.idl:28
XColorSpace getColorSpace()
Query associated color space.
long getNumberOfEntries()
Request the number of palette entries available.
boolean setIndex([in] sequence< ColorComponent > color, [in] boolean transparency, [in] long nIndex)
Set the color for the given palette entry.
boolean getIndex([out] sequence< ColorComponent > entry, [in] long nIndex)
Request the color for the given palette entry.
Information how to interpret certain color data.
Definition XColorSpace.idl:38
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20