LibreOffice Module vcl (master)
1
|
Public Member Functions | |
ImplBitmapPalette (std::initializer_list< BitmapColor > aBitmapColor) | |
ImplBitmapPalette () | |
ImplBitmapPalette (sal_uInt16 nCount) | |
std::vector< BitmapColor > & | GetBitmapData () |
const std::vector< BitmapColor > & | GetBitmapData () const |
bool | operator== (const ImplBitmapPalette &rBitmapPalette) const |
Private Attributes | |
std::vector< BitmapColor > | maBitmapColor |
Definition at line 33 of file bitmappalette.cxx.
|
inline |
Definition at line 36 of file bitmappalette.cxx.
|
inline |
Definition at line 40 of file bitmappalette.cxx.
|
inline |
Definition at line 41 of file bitmappalette.cxx.
|
inline |
Definition at line 45 of file bitmappalette.cxx.
References maBitmapColor.
Referenced by BitmapPalette::GetBestIndex(), BitmapPalette::GetChecksum(), BitmapPalette::GetEntryCount(), BitmapPalette::ImplGetColorBuffer(), BitmapPalette::IsGreyPalette8Bit(), BitmapPalette::IsGreyPaletteAny(), BitmapPalette::operator!(), BitmapPalette::operator[](), and BitmapPalette::SetEntryCount().
|
inline |
Definition at line 46 of file bitmappalette.cxx.
References maBitmapColor.
|
inline |
Definition at line 47 of file bitmappalette.cxx.
References maBitmapColor.
|
private |
Definition at line 53 of file bitmappalette.cxx.
Referenced by GetBitmapData(), and operator==().