.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CreateColorTransformW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCreateColorTransformW\fR (MSCMS.@) .SH SYNOPSIS HTRANSFORM CreateColorTransformW ( LPLOGCOLORSPACEW \fIspace\fR, HPROFILE \fIdest\fR, HPROFILE \fItarget\fR, DWORD \fIflags\fR ) .SH DESCRIPTION .PP Create a color transform. .SH PARAMS \fIspace\fR \fB[In]\fR Input color \fIspace\fR. .PP \fIdest\fR \fB[In]\fR Color profile of destination device. .PP \fItarget\fR \fB[In]\fR Color profile of \fItarget\fR device. .PP \fIflags\fR \fB[In]\fR Flags. .PP .SH RETURNS .PP \fBSuccess:\fR Handle to a transform. .PP \fBFailure:\fR \fBNULL\fR .SH IMPLEMENTATION .PP Declared in \fB"icm.h"\fR. .PP Implemented in \fB"dlls/mscms/transform.c"\fR. .PP Debug channel \fB"mscms"\fR.