LibreOffice Module vcl (master) 1
Public Member Functions | Private Attributes | List of all members
ImpErrorQuad Class Reference

#include <impoctree.hxx>

Public Member Functions

 ImpErrorQuad ()
 
 ImpErrorQuad (const BitmapColor &rColor)
 
void operator= (const BitmapColor &rColor)
 
ImpErrorQuadoperator-= (const BitmapColor &rColor)
 
void ImplAddColorError1 (const ImpErrorQuad &rErrQuad)
 
void ImplAddColorError3 (const ImpErrorQuad &rErrQuad)
 
void ImplAddColorError5 (const ImpErrorQuad &rErrQuad)
 
void ImplAddColorError7 (const ImpErrorQuad &rErrQuad)
 
BitmapColor ImplGetColor () const
 

Private Attributes

sal_Int16 nRed
 
sal_Int16 nGreen
 
sal_Int16 nBlue
 

Detailed Description

Definition at line 25 of file impoctree.hxx.

Constructor & Destructor Documentation

◆ ImpErrorQuad() [1/2]

ImpErrorQuad::ImpErrorQuad ( )
inline

Definition at line 32 of file impoctree.hxx.

◆ ImpErrorQuad() [2/2]

ImpErrorQuad::ImpErrorQuad ( const BitmapColor rColor)
inline

Definition at line 39 of file impoctree.hxx.

Member Function Documentation

◆ ImplAddColorError1()

void ImpErrorQuad::ImplAddColorError1 ( const ImpErrorQuad rErrQuad)
inline

Definition at line 73 of file impoctree.hxx.

References nBlue, nGreen, and nRed.

Referenced by Bitmap::ImplConvertDown8BPP().

◆ ImplAddColorError3()

void ImpErrorQuad::ImplAddColorError3 ( const ImpErrorQuad rErrQuad)
inline

Definition at line 80 of file impoctree.hxx.

References nBlue, nGreen, and nRed.

Referenced by Bitmap::ImplConvertDown8BPP().

◆ ImplAddColorError5()

void ImpErrorQuad::ImplAddColorError5 ( const ImpErrorQuad rErrQuad)
inline

Definition at line 87 of file impoctree.hxx.

References nBlue, nGreen, and nRed.

Referenced by Bitmap::ImplConvertDown8BPP().

◆ ImplAddColorError7()

void ImpErrorQuad::ImplAddColorError7 ( const ImpErrorQuad rErrQuad)
inline

Definition at line 94 of file impoctree.hxx.

References nBlue, nGreen, and nRed.

Referenced by Bitmap::ImplConvertDown8BPP().

◆ ImplGetColor()

BitmapColor ImpErrorQuad::ImplGetColor ( ) const
inline

Definition at line 101 of file impoctree.hxx.

References nBlue, nGreen, and nRed.

Referenced by Bitmap::ImplConvertDown8BPP().

◆ operator-=()

ImpErrorQuad & ImpErrorQuad::operator-= ( const BitmapColor rColor)
inline

Definition at line 64 of file impoctree.hxx.

References Color::GetBlue(), Color::GetGreen(), Color::GetRed(), nBlue, nGreen, and nRed.

◆ operator=()

void ImpErrorQuad::operator= ( const BitmapColor rColor)
inline

Definition at line 57 of file impoctree.hxx.

References Color::GetBlue(), Color::GetGreen(), Color::GetRed(), nBlue, nGreen, and nRed.

Member Data Documentation

◆ nBlue

sal_Int16 ImpErrorQuad::nBlue
private

◆ nGreen

sal_Int16 ImpErrorQuad::nGreen
private

◆ nRed

sal_Int16 ImpErrorQuad::nRed
private

The documentation for this class was generated from the following file: