TranslateBitmapBits(3w)
NAME
TranslateBitmapBits (MSCMS.@)
SYNOPSIS
BOOL TranslateBitmapBits ( HTRANSFORM handle, PVOID srcbits, BMFORMAT input, DWORD width, DWORD height, DWORD inputstride, PVOID destbits, BMFORMAT output, DWORD outputstride, PBMCALLBACKFN callback, ULONG data )
DESCRIPTION
Perform color translation.
PARAMS
transform [In] Handle to a color transform.
srcbits [In] Source bitmap.
input [In] Format of the source bitmap.
width [In] Width of the source bitmap.
height [In] Height of the source bitmap.
inputstride [In] Number of bytes in one scanline.
destbits [In] Destination bitmap.
output [In] Format of the destination bitmap.
outputstride [In] Number of bytes in one scanline.
callback [In] Callback function.
data [In] Callback data.
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".