ID2D1ColorContext1::GetSimpleColorProfile method (d2d1_3.h)

Retrieves a set simple color profile.

Syntax

HRESULT GetSimpleColorProfile(
  [out] D2D1_SIMPLE_COLOR_PROFILE *simpleProfile
);

Parameters

[out] simpleProfile

Type: D2D1_SIMPLE_COLOR_PROFILE*

Pointer to a D2D1_SIMPLE_COLOR_PROFILE that will contain the simple color profile when the method returns.

Return value

Type: HRESULT

This method returns an HRESULT success or error code.

Requirements

Requirement Value
Target Platform Windows
Header d2d1_3.h
DLL D2d1.dll

See also

ID2D1ColorContext1