LibreOffice Module lotuswordpro (master) 1
|
#include <lwpgrfobj.hxx>
Public Member Functions | |
ImageProcessingData () | |
Public Attributes | |
sal_uInt8 | nBrightness |
sal_uInt8 | nContrast |
sal_uInt8 | nEdgeEnhancement |
sal_uInt8 | nSmoothing |
bool | bAutoContrast |
bool | bInvertImage |
Definition at line 69 of file lwpgrfobj.hxx.
|
inline |
Definition at line 78 of file lwpgrfobj.hxx.
bool ImageProcessingData::bAutoContrast |
Definition at line 75 of file lwpgrfobj.hxx.
Referenced by LwpGraphicObject::Read().
bool ImageProcessingData::bInvertImage |
Definition at line 76 of file lwpgrfobj.hxx.
Referenced by LwpGraphicObject::Read().
sal_uInt8 ImageProcessingData::nBrightness |
Definition at line 71 of file lwpgrfobj.hxx.
Referenced by LwpGraphicObject::CreateGrafObject(), and LwpGraphicObject::Read().
sal_uInt8 ImageProcessingData::nContrast |
Definition at line 72 of file lwpgrfobj.hxx.
Referenced by LwpGraphicObject::CreateGrafObject(), and LwpGraphicObject::Read().
sal_uInt8 ImageProcessingData::nEdgeEnhancement |
Definition at line 73 of file lwpgrfobj.hxx.
Referenced by LwpGraphicObject::Read().
sal_uInt8 ImageProcessingData::nSmoothing |
Definition at line 74 of file lwpgrfobj.hxx.
Referenced by LwpGraphicObject::Read().