CurveAdjustmentsfunction
Bitmap adjustments.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Parameters
| Name | Description | |
|---|---|---|
AdjustExposure | 0 | |
AdjustDensity | 1 | |
AdjustContrast | 2 | |
AdjustHighlight | 3 | |
AdjustShadow | 4 | |
AdjustMidtone | 5 | |
AdjustWhiteSaturation | 6 | |
AdjustBlackSaturation | 7 |
Description
Bitmap adjustments-
To apply one of the eight adjustments to a bitmap, follow these steps.
- Create a ColorCurveParams structure, and set its adjustment member to one of the elements of the CurveAdjustments enumeration.
- Set the other two members (adjustValue and channel) of the ColorCurveParams structure.
- Pass the address of the ColorCurveParams structure to the GdipSetEffectParameters function.
- Call the GdipBitmapApplyEffect function.
Reference
- Documented in Graphics/GdiPlus Flat Api/GdiPlus Enumerations.md
- Topic: GdiPlus Enumerations