|
ReactOS 0.4.16-dev-1946-g52006dd
|
Go to the source code of this file.
Classes | |
| struct | BlurParams |
| struct | BrightnessContrastParams |
| struct | ColorBalanceParams |
| struct | ColorCurveParams |
| struct | ColorLUTParams |
| struct | HueSaturationLightnessParams |
| struct | LevelsParams |
| struct | RedEyeCorrectionParams |
| struct | SharpenParams |
| struct | TintParams |
| class | Effect |
| class | Blur |
| class | BrightnessContrast |
| class | ColorBalance |
| class | ColorCurve |
| class | ColorMatrixEffect |
| class | HueSaturationLightness |
| class | Levels |
| class | RedEyeCorrection |
| class | Sharpen |
| class | Tint |
Typedefs | |
| typedef enum CurveAdjustments | CurveAdjustments |
| typedef enum CurveChannel | CurveChannel |
| typedef struct BlurParams | BlurParams |
| typedef struct BrightnessContrastParams | BrightnessContrastParams |
| typedef struct ColorBalanceParams | ColorBalanceParams |
| typedef struct ColorCurveParams | ColorCurveParams |
| typedef struct ColorLUTParams | ColorLUTParams |
| typedef struct HueSaturationLightnessParams | HueSaturationLightnessParams |
| typedef struct LevelsParams | LevelsParams |
| typedef struct RedEyeCorrectionParams | RedEyeCorrectionParams |
| typedef struct SharpenParams | SharpenParams |
| typedef struct TintParams | TintParams |
Enumerations | |
| enum | CurveAdjustments { AdjustExposure = 0 , AdjustDensity = 1 , AdjustContrast = 2 , AdjustHighlight = 3 , AdjustShadow = 4 , AdjustMidtone = 5 , AdjustWhiteSaturation = 6 , AdjustBlackSaturation = 7 } |
| enum | CurveChannel { CurveChannelAll = 0 , CurveChannelRed = 1 , CurveChannelGreen = 2 , CurveChannelBlue = 3 } |
| typedef struct BlurParams BlurParams |
| typedef struct ColorCurveParams ColorCurveParams |
| typedef struct ColorLUTParams ColorLUTParams |
| typedef enum CurveAdjustments CurveAdjustments |
| typedef enum CurveChannel CurveChannel |
| typedef struct LevelsParams LevelsParams |
| typedef struct SharpenParams SharpenParams |
| typedef struct TintParams TintParams |
| Enumerator | |
|---|---|
| AdjustExposure | |
| AdjustDensity | |
| AdjustContrast | |
| AdjustHighlight | |
| AdjustShadow | |
| AdjustMidtone | |
| AdjustWhiteSaturation | |
| AdjustBlackSaturation | |
Definition at line 22 of file gdipluseffects.h.
| Enumerator | |
|---|---|
| CurveChannelAll | |
| CurveChannelRed | |
| CurveChannelGreen | |
| CurveChannelBlue | |
Definition at line 34 of file gdipluseffects.h.