iup v3.26.0-alpha.1 (2019-01-14T12:49:46Z)
Home
Dub
Repo
imConvertRGB2Map
im
im_convert
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(IM)
extern (
C
) @
nogc
nothrow
int
imConvertRGB2Map
(
int
width
,
int
height
,
ubyte
*
red
,
ubyte
*
green
,
ubyte
*
blue
,
ubyte
*
map
,
c_long
*
palette
,
int
*
palette_count
)
Meta
Source
See Implementation
im
im_convert
enums
imCastMode
imComplex2Real
imGammaFactor
functions
imConvertColorSpace
imConvertDataType
imConvertMapToRGB
imConvertPacking
imConvertRGB2Map
imConvertToBitmap
imImageCreateFromOpenGLData
imImageGetOpenGLData
mixins
__anonymous