Go to the source code of this file.
|
enum | BmpMirrorFlags {
BmpMirrorFlags::NONE = 0x00,
BmpMirrorFlags::Horizontal = 0x01,
BmpMirrorFlags::Vertical = 0x02
} |
|
enum | BmpScaleFlag {
BmpScaleFlag::Default,
BmpScaleFlag::Fast,
BmpScaleFlag::BestQuality,
BmpScaleFlag::NearestNeighbor,
BmpScaleFlag::Interpolate,
BmpScaleFlag::Lanczos,
BmpScaleFlag::BiCubic,
BmpScaleFlag::BiLinear,
BmpScaleFlag::Super
} |
|
enum | BmpConversion {
BmpConversion::NNONE,
BmpConversion::N1BitThreshold,
BmpConversion::N8BitGreys,
BmpConversion::N8BitColors,
BmpConversion::N24Bit,
BmpConversion::N32Bit,
BmpConversion::N8BitTrans,
BmpConversion::N8BitNoConversion
} |
|
enum | BmpCombine {
BmpCombine::Or,
BmpCombine::And
} |
|
#define BMP_COL_TRANS Color( 252, 3, 251 ) |
#define GAMMA |
( |
|
_def_cVal, |
|
|
|
_def_InvGamma |
|
) |
| (static_cast<sal_uInt8>(MinMax(FRound(pow( _def_cVal/255.0,_def_InvGamma)*255.0),0,255))) |
Enumerator |
---|
NNONE |
|
N1BitThreshold |
|
N8BitGreys |
|
N8BitColors |
|
N24Bit |
|
N32Bit |
|
N8BitTrans |
|
N8BitNoConversion |
|
Definition at line 71 of file bitmap.hxx.
Enumerator |
---|
NONE |
|
Horizontal |
|
Vertical |
|
Definition at line 42 of file bitmap.hxx.
Enumerator |
---|
Default |
|
Fast |
|
BestQuality |
|
NearestNeighbor |
|
Interpolate |
|
Lanczos |
|
BiCubic |
|
BiLinear |
|
Super |
|
Definition at line 54 of file bitmap.hxx.