Functions | |
bool | CxImage::GrayScale () |
bool | CxImage::Flip (bool bFlipSelection=false, bool bFlipAlpha=true) |
bool | CxImage::Mirror (bool bMirrorSelection=false, bool bMirrorAlpha=true) |
bool | CxImage::Negative () |
bool | CxImage::RotateLeft (CxImage *iDst=NULL) |
bool | CxImage::RotateRight (CxImage *iDst=NULL) |
bool | CxImage::IncreaseBpp (uint32_t nbit) |
bool CxImage::Flip | ( | bool | bFlipSelection = false , |
|
bool | bFlipAlpha = true | |||
) | [inherited] |
bool CxImage::GrayScale | ( | ) | [inherited] |
bool CxImage::IncreaseBpp | ( | uint32_t | nbit | ) | [inherited] |
Increases the number of bits per pixel of the image.
nbit,: | 4, 8, 24 |
bool CxImage::Mirror | ( | bool | bMirrorSelection = false , |
|
bool | bMirrorAlpha = true | |||
) | [inherited] |
bool CxImage::Negative | ( | ) | [inherited] |
bool CxImage::RotateLeft | ( | CxImage * | iDst = NULL |
) | [inherited] |
bool CxImage::RotateRight | ( | CxImage * | iDst = NULL |
) | [inherited] |