Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 836 Bytes

d1238.md

File metadata and controls

38 lines (24 loc) · 836 Bytes
title ms.assetid description keywords topic_type api_name api_type ms.topic ms.date
D1238 Source Transform Single Channel SRGB
7a07f6ee-4a15-4af7-9d37-e1989fc31327
ID2D1SourceTransform does not allow D2D1\_BUFFER\_PRECISION\_SRGB to be combined with D2D1\_CHANNEL\_DEPTH\_1.
D1238 Source Transform Single Channel SRGB Direct2D
apiref
D1238 Source Transform Single Channel SRGB
NA
reference
05/31/2018

D1238: Source Transform Single Channel SRGB

ID2D1SourceTransform does not allow D2D1_BUFFER_PRECISION_SRGB to be combined with D2D1_CHANNEL_DEPTH_1.

 

Possible Causes

The application specified D2D1_BUFFER_PRECISION_SRGB and D2D1_CHANNEL_DEPTH_1 on an ID2D1SourceTransform.

Possible Fixes

D2D1_CHANNEL_DEPTH_DEFAULT or D2D1_CHANNEL_DEPTH_4 should be used instead.