LibreOffice Module vcl (master)
1
|
Go to the source code of this file.
Classes | |
struct | ColorMaskElement |
class | ColorMask |
Macros | |
#define | MASK_TO_COLOR(d_nVal, d_RM, d_GM, d_BM, d_RS, d_GS, d_BS, d_Col) |
#define | COLOR_TO_MASK(d_rCol, d_RM, d_GM, d_BM, d_RS, d_GS, d_BS, d_ALPHA) |
#define COLOR_TO_MASK | ( | d_rCol, | |
d_RM, | |||
d_GM, | |||
d_BM, | |||
d_RS, | |||
d_GS, | |||
d_BS, | |||
d_ALPHA | |||
) |
Definition at line 35 of file ColorMask.hxx.
Referenced by ColorMask::SetColorFor16BitLSB(), ColorMask::SetColorFor16BitMSB(), and ColorMask::SetColorFor32Bit().
#define MASK_TO_COLOR | ( | d_nVal, | |
d_RM, | |||
d_GM, | |||
d_BM, | |||
d_RS, | |||
d_GS, | |||
d_BS, | |||
d_Col | |||
) |
Definition at line 26 of file ColorMask.hxx.
Referenced by ColorMask::GetColorAndAlphaFor32Bit(), ColorMask::GetColorFor16BitLSB(), ColorMask::GetColorFor16BitMSB(), and ColorMask::GetColorFor32Bit().