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 {
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 method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition: IndexOutOfBoundsException.idl:35
Interface to access the palette of a color-indexed bitmap.
Definition: XBitmapPalette.idl:35
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:48
base interface of all UNO interfaces
Definition: XInterface.idl:48
Definition: Ambiguous.idl:22