20module
com { module sun { module star { module rendering {
Information how to interpret certain color data.
Definition: XColorSpace.idl:38
Definition: Ambiguous.idl:20
This structure describes the memory layout of a bitmap having floating point color channels.
Definition: FloatingPointBitmapLayout.idl:31
long PlaneStride
Byte offset between the start of two consecutive planes.
Definition: FloatingPointBitmapLayout.idl:62
long ScanLineBytes
Number of data bytes per scanline.
Definition: FloatingPointBitmapLayout.idl:42
long ScanLines
Number of scanlines for this bitmap.
Definition: FloatingPointBitmapLayout.idl:36
byte Endianness
Endianness of the pixel values.
Definition: FloatingPointBitmapLayout.idl:84
byte Format
Format type of this bitmap.
Definition: FloatingPointBitmapLayout.idl:91
long NumComponents
Number of color components per pixel.
Definition: FloatingPointBitmapLayout.idl:78
long ScanLineStride
Byte offset between the start of two consecutive scanlines.
Definition: FloatingPointBitmapLayout.idl:49
XColorSpace ColorSpace
Color space the bitmap colors shall be interpreted within.
Definition: FloatingPointBitmapLayout.idl:72