GdipSetImageAttributesICMModefunction
Sets an internal state variable to the value specified by the on parameter.
Syntax
FUNCTION GdipSetImageAttributesICMMode (BYVAL imageattr AS GpImageAttributes PTR, BYVAL on AS BOOL) AS GpStatus
Parameters
| Name | Description | |
|---|---|---|
imageattr | [in] Pointer to the ImageAttributes object. | |
on | [in] If this value is true, Image Color Management (ICM) is used for all color adjustment. If the value is false, ICM is not used. |
Description
Unsupported. This function sets an internal state variable to the value specified by the on parameter.
Reference
- Defined in AfxNova/AfxGdiPlus.bi:2150
- Documented in Graphics/GdiPlus Flat Api/GdiPlusImageAttributes.md
- Topic: ImageAttributes Functions