TranslateBitmapBits (MSCMS.@)
BOOL TranslateBitmapBits ( HTRANSFORM handle, PVOID srcbits, BMFORMAT input, DWORD width, DWORD height, DWORD inputstride, PVOID destbits, BMFORMAT output, DWORD outputstride, PBMCALLBACKFN callback, ULONG data )
Perform color translation.
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. |
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.