LibreOffice Module vcl (master)
1
|
#include <printergfx.hxx>
Public Types | |
enum | ColorSpace { eInvalid, eRGB } |
Public Member Functions | |
PrinterColor () | |
PrinterColor (sal_uInt16 nRed, sal_uInt16 nGreen, sal_uInt16 nBlue) | |
PrinterColor (sal_uInt32 nRGB) | |
bool | Is () const |
sal_uInt16 | GetRed () const |
sal_uInt16 | GetGreen () const |
sal_uInt16 | GetBlue () const |
bool | operator== (const PrinterColor &aColor) const |
bool | operator!= (const PrinterColor &aColor) const |
PrinterColor & | operator= (sal_uInt32 nRGB) |
Private Attributes | |
sal_uInt8 | mnRed |
sal_uInt8 | mnGreen |
sal_uInt8 | mnBlue |
ColorSpace | meColorspace |
Definition at line 43 of file printergfx.hxx.
Enumerator | |
---|---|
eInvalid | |
eRGB |
Definition at line 47 of file printergfx.hxx.
|
inline |
Definition at line 58 of file printergfx.hxx.
|
inline |
Definition at line 64 of file printergfx.hxx.
|
inline |
Definition at line 71 of file printergfx.hxx.
|
inline |
Definition at line 85 of file printergfx.hxx.
|
inline |
Definition at line 83 of file printergfx.hxx.
|
inline |
Definition at line 81 of file printergfx.hxx.
|
inline |
Definition at line 78 of file printergfx.hxx.
Referenced by operator==().
|
inline |
Definition at line 94 of file printergfx.hxx.
|
inline |
Definition at line 97 of file printergfx.hxx.
|
inline |
|
private |
Definition at line 54 of file printergfx.hxx.
|
private |
Definition at line 53 of file printergfx.hxx.
Referenced by operator==().
|
private |
Definition at line 52 of file printergfx.hxx.
Referenced by operator==().
|
private |
Definition at line 51 of file printergfx.hxx.
Referenced by operator==().