ID2D1ColorContext interface (d2d1_1.h)

Represents a color context that can be used with an ID2D1Bitmap1 object.

Inheritance

The ID2D1ColorContext interface inherits from ID2D1Resource. ID2D1ColorContext also has these types of members:

Methods

The ID2D1ColorContext interface has these methods.

 
ID2D1ColorContext::GetColorSpace

Gets the color space of the color context.
ID2D1ColorContext::GetProfile

Gets the color profile bytes for an ID2D1ColorContext.
ID2D1ColorContext::GetProfileSize

Gets the size of the color profile associated with the bitmap.

Requirements

Requirement Value
Minimum supported client Windows 8 and Platform Update for Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | UWP apps]
Target Platform Windows
Header d2d1_1.h

See also

ID2D1Bitmap1

ID2D1Resource