NAME

CreateColorTransformW  (MSCMS.@)

SYNOPSIS

 HTRANSFORM CreateColorTransformW
 (
  LPLOGCOLORSPACEW space,
  HPROFILE         dest,
  HPROFILE         target,
  DWORD            flags
 )

DESCRIPTION

Create a color transform.

PARAMS

space [In] Input color space.
dest [In] Color profile of destination device.
target [In] Color profile of target device.
flags [In] Flags.

RETURNS

Success: Handle to a transform.

Failure: NULL

IMPLEMENTATION

Declared in "icm.h". https://source.winehq.org/source/include/icm.h

Implemented in "dlls/mscms/transform.c". https://source.winehq.org/source/dlls/mscms/transform.c

Debug channel "mscms".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.