ConvertColorSpace function (d2d1_1helper.h)

Convert a D2D1_COLOR_F from one color space to another.

Syntax

D2D1_COLOR_F ConvertColorSpace(
        D2D1_COLOR_SPACE     sourceColorSpace,
        D2D1_COLOR_SPACE     destinationColorSpace,
  [ref] const D2D1_COLOR_F & color
);

Parameters

sourceColorSpace

Type: D2D1_COLOR_SPACE

The color space of the input.

destinationColorSpace

Type: D2D1_COLOR_SPACE

The desired color space of the output.

[ref] color

Type: const D2D1_COLOR_F

The input color.

Return value

Type: D2D1_COLOR_F

The converted color in the new color space.

Requirements

Requirement Value
Minimum supported client Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps]
Target Platform Windows
Header d2d1_1helper.h
Library D2d1.lib
DLL D2d1.dll