Query: mlib_videocolorrgb2abgr
OS: sunos
Section: 3mlib
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
mlib_VideoColorRGB2ABGR(3MLIB) mediaLib Library Functions mlib_VideoColorRGB2ABGR(3MLIB)NAMEmlib_VideoColorRGB2ABGR - color conversionSYNOPSIScc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> mlib_status mlib_VideoColorRGB2ABGR(mlib_u8 *abgr, const mlib_u8 *rgb, mlib_s32 n);DESCRIPTIONThe mlib_VideoColorRGB2ABGR() function performs RGB to ABGR color order conversion.PARAMETERSThe function takes the following arguments: abgr Pointer to ABGR row. rgb Pointer to RGB row. n Number of pixels.RETURN VALUESThe function returns MLIB_SUCCESS if successful. Otherwise it returns MLIB_FAILURE.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOmlib_VideoColorABGR2RGB(3MLIB), mlib_VideoColorARGB2RGB(3MLIB), mlib_VideoColorRGB2ARGB(3MLIB), attributes(5) SunOS 5.10 9 Nov 2004 mlib_VideoColorRGB2ABGR(3MLIB)