TranslateColors (MSCMS.@)
BOOL TranslateColors ( HTRANSFORM handle, PCOLOR in, DWORD count, COLORTYPE input_type, PCOLOR out, COLORTYPE output_type )
Perform color translation.
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. |
Success: TRUE
Failure: FALSE
Declared in "include/icm.h". gitlab.winehq.org/wine/wine/blob/master/include/icm.h
Implemented in "dlls/mscms/transform.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.