Name | Synopsis | Description | Parameters | Return Values | Attributes | See Also
cc [ flag... ] file... -lmlib [ library... ]
#include <mlib.h>
mlib_status mlib_VideoColorRGB2ABGR(mlib_u8 *abgr, const mlib_u8 *rgb,
     mlib_s32 n);
The mlib_VideoColorRGB2ABGR() function performs RGB to ABGR color order conversion.
The function takes the following arguments:
Pointer to ABGR row.
Pointer to RGB row.
Number of pixels.
The function returns MLIB_SUCCESS if successful. Otherwise it returns MLIB_FAILURE.
See attributes(5) for descriptions of the following attributes:
| 
 ATTRIBUTE TYPE  | 
 ATTRIBUTE VALUE  | 
|---|---|
| 
 Interface Stability  | 
 Committed  | 
| 
 MT-Level  | 
 MT-Safe  | 
mlib_VideoColorABGR2RGB(3MLIB), mlib_VideoColorARGB2RGB(3MLIB), mlib_VideoColorRGB2ARGB(3MLIB), attributes(5)
Name | Synopsis | Description | Parameters | Return Values | Attributes | See Also