.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH TranslateColors 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBTranslateColors\fR (MSCMS.@) .SH SYNOPSIS BOOL TranslateColors ( HTRANSFORM \fIhandle\fR, PCOLOR \fIin\fR, DWORD \fIcount\fR, COLORTYPE \fIinput_type\fR, PCOLOR \fIout\fR, COLORTYPE \fIoutput_type\fR ) .SH DESCRIPTION .PP Perform color translation. .SH PARAMS transform \fB[In]\fR Handle to a color transform. .PP input \fB[In]\fR Array of input colors. .PP number \fB[In]\fR Number of colors to translate. .PP \fIinput_type\fR \fB[In]\fR Input color format. .PP output \fB[Out]\fR Array of output colors. .PP \fIoutput_type\fR \fB[In]\fR Output color format. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR .SH IMPLEMENTATION .PP Declared \fIin\fR \fB"icm.h"\fR. .PP Implemented \fIin\fR \fB"dlls/mscms/transform.c"\fR. .PP Debug channel \fB"mscms"\fR.