Searched refs:mfGamma (Results 1 – 2 of 2) sorted by relevance
35 mfGamma ( 1.0 ), in GraphicAttr()63 return( ( mfGamma == rAttr.mfGamma ) && in operator ==()88 rIStm >> nTmp32 >> nTmp32 >> rAttr.mfGamma >> rAttr.mnMirrFlags >> rAttr.mnRotate10; in operator >>()108 rOStm << nTmp32 << nTmp32 << rAttr.mfGamma << rAttr.mnMirrFlags << rAttr.mnRotate10; in operator <<()
97 double mfGamma; member in GraphicAttr157 void SetGamma( double fGamma ) { mfGamma = fGamma; } in SetGamma()158 double GetGamma() const { return mfGamma; } in GetGamma()178 mnGPercent != 0 || mnBPercent != 0 || mfGamma != 1.0 || mbInvert ); in IsAdjusted()