TranslateColors(3w)
NAME
TranslateColors (MSCMS.@)
SYNOPSIS
BOOL TranslateColors ( HTRANSFORM handle, PCOLOR in, DWORD count, COLORTYPE input_type, PCOLOR out, COLORTYPE output_type )
DESCRIPTION
Perform color translation.
PARAMS
transform [In] Handle to a color transform.
input [In] Array of input colors.
number [In] Number of colors to translate.
input_type [In] Input color format.
output [Out] Array of output colors.
output_type [In] Output color format.
RETURNS
Success: TRUE
Failure: FALSE
IMPLEMENTATION
Defined in "icm.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/mscms/transform.c".
- Debug channel "mscms".