Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 546 Bytes

colormanagementmode.md

File metadata and controls

27 lines (18 loc) · 546 Bytes
-api-id -api-type
T:Windows.Graphics.Imaging.ColorManagementMode
winrt enum

ColorManagementMode

-description

Specifies the color management behavior when obtaining pixel data.

-enum-fields

-field DoNotColorManage:0

No color management is performed

-field ColorManageToSRgb:1

Color management is performed from the color space embedded with the source bitmap to the sRGB color space.

-remarks

-examples

-see-also