Skip to content

Latest commit

 

History

History
79 lines (62 loc) · 2.11 KB

nf-d2d1_1helper-convertcolorspace.md

File metadata and controls

79 lines (62 loc) · 2.11 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:d2d1_1helper.ConvertColorSpace
ConvertColorSpace function (d2d1_1helper.h)
Convert a D2D1_COLOR_F from one color space to another.
ConvertColorSpace
ConvertColorSpace function [Direct2D]
d2d1_1helper/ConvertColorSpace
direct2d.convertcolorspace
direct2d\convertcolorspace.htm
Direct2D
979E6FC2-52EB-4D58-B05C-523243F05B71
12/05/2018
ConvertColorSpace, ConvertColorSpace function [Direct2D], d2d1_1helper/ConvertColorSpace, direct2d.convertcolorspace
d2d1_1helper.h
Windows
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps \| UWP apps]
D2d1.lib
D2d1.dll
Windows
19H1
ConvertColorSpace
d2d1_1helper/ConvertColorSpace
c++
APIRef
kbSyntax
DllExport
D2d1.dll
ConvertColorSpace

ConvertColorSpace function

-description

Convert a D2D1_COLOR_F from one color space to another.

-parameters

-param sourceColorSpace

Type: D2D1_COLOR_SPACE

The color space of the input.

-param destinationColorSpace

Type: D2D1_COLOR_SPACE

The desired color space of the output.

-param color [ref]

Type: const D2D1_COLOR_F

The input color.

-returns

Type: D2D1_COLOR_F

The converted color in the new color space.