ID2D1EffectContext.CreateColorContext

<summary> Creates a color context from a color space. If the space is Custom, the context is initialized from the profile/profileSize arguments. Otherwise the context is initialized with the profile bytes associated with the space and profile/profileSize are ignored. </summary>

interface ID2D1EffectContext
HRESULT
CreateColorContext
(
D2D1_COLOR_SPACE space
,
const(BYTE)* profile
,,
ID2D1ColorContext* colorContext
)

Meta