Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

D2D1ConvertColorSpace function

Converts the given color from one colorspace to another.

Syntax


D2D1_COLOR_F WINAPI D2D1ConvertColorSpace(
  D2D1_COLOR_SPACE sourceColorSpace,
  D2D1_COLOR_SPACE destinationColorSpace,
  _In_  const D2D1_COLOR_F *color
);

Parameters

sourceColorSpace

Type: D2D1_COLOR_SPACE

The source color space.

destinationColorSpace

Type: D2D1_COLOR_SPACE

The destination color space.

color [in]

Type: const D2D1_COLOR_F*

The source color.

Return value

Type: D2D1_COLOR_F

The converted color.

Requirements

Header

D2d1_1.h

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Community Additions

© 2013 Microsoft. All rights reserved.