Searched refs:useGammaCorrection (Results 1 – 2 of 2) sorted by relevance
246 BOOL useGammaCorrection; in GetGammaCorrection() local248 SetStatus(DllExports::GdipGetLineGammaCorrection(gradient, &useGammaCorrection)); in GetGammaCorrection()249 return useGammaCorrection; in GetGammaCorrection()366 SetGammaCorrection(BOOL useGammaCorrection) in SetGammaCorrection() argument369 return SetStatus(DllExports::GdipSetLineGammaCorrection(gradient, useGammaCorrection)); in SetGammaCorrection()
823 BOOL useGammaCorrection; in GetGammaCorrection() local824 …etStatus(DllExports::GdipGetPathGradientGammaCorrection(GetNativeGradient(), &useGammaCorrection)); in GetGammaCorrection()825 return useGammaCorrection; in GetGammaCorrection()967 SetGammaCorrection(BOOL useGammaCorrection) in SetGammaCorrection() argument969 …SetStatus(DllExports::GdipSetPathGradientGammaCorrection(GetNativeGradient(), useGammaCorrection)); in SetGammaCorrection()