20 module
com { module sun { module star { module rendering {
44 long getBitsPerPixel();
64 sequence<long> getComponentBitCounts();
104 sequence<ColorComponent> convertFromIntegerColorSpace( [in] sequence<byte> deviceColor, [in]
XColorSpace targetColorSpace )
127 sequence<byte> convertToIntegerColorSpace( [in] sequence<byte> deviceColor, [in]
XIntegerBitmapColorSpace targetColorSpace )
150 sequence<RGBColor> convertIntegerToRGB( [in] sequence<byte> deviceColor )
172 sequence<ARGBColor> convertIntegerToARGB( [in] sequence<byte> deviceColor )
196 sequence<ARGBColor> convertIntegerToPARGB( [in] sequence<byte> deviceColor )
217 sequence<byte> convertIntegerFromRGB( [in] sequence<RGBColor> rgbColor )
237 sequence<byte> convertIntegerFromARGB( [in] sequence<ARGBColor> rgbColor )
260 sequence<byte> convertIntegerFromPARGB( [in] sequence<ARGBColor> rgbColor )
A color space for integer bitmap formats.
Definition: XIntegerBitmapColorSpace.idl:31
Definition: Ambiguous.idl:20
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
Information how to interpret certain color data.
Definition: XColorSpace.idl:37