19 #ifndef __com_sun_star_rendering_XBitmapPalette_idl__
20 #define __com_sun_star_rendering_XBitmapPalette_idl__
28 module
com { module sun { module star { module rendering {
40 long getNumberOfEntries();
63 boolean getIndex( [out] sequence<ColorComponent> entry, [in]
long nIndex )
93 boolean setIndex( [in] sequence<ColorComponent> color, [in]
boolean transparency, [in]
long nIndex )
This exception is thrown to indicate that a container has been accessed with an illegal index...
Definition: IndexOutOfBoundsException.idl:34
– idl definition –
Definition: Ambiguous.idl:22
Interface to access the palette of a color-indexed bitmap.
Definition: XBitmapPalette.idl:34
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
base interface of all UNO interfaces
Definition: XInterface.idl:47
Information how to interpret certain color data.
Definition: XColorSpace.idl:47