mlib_videocolorrgb2abgr(3mlib) sunos man page | unix.com

Man Page: mlib_videocolorrgb2abgr

Operating Environment: sunos

Section: 3mlib

mlib_VideoColorRGB2ABGR(3MLIB)				    mediaLib Library Functions				    mlib_VideoColorRGB2ABGR(3MLIB)

NAME
mlib_VideoColorRGB2ABGR - color conversion
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> mlib_status mlib_VideoColorRGB2ABGR(mlib_u8 *abgr, const mlib_u8 *rgb, mlib_s32 n);
DESCRIPTION
The mlib_VideoColorRGB2ABGR() function performs RGB to ABGR color order conversion.
PARAMETERS
The function takes the following arguments: abgr Pointer to ABGR row. rgb Pointer to RGB row. n Number of pixels.
RETURN VALUES
The function returns MLIB_SUCCESS if successful. Otherwise it returns MLIB_FAILURE.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+
SEE ALSO
mlib_VideoColorABGR2RGB(3MLIB), mlib_VideoColorARGB2RGB(3MLIB), mlib_VideoColorRGB2ARGB(3MLIB), attributes(5) SunOS 5.10 9 Nov 2004 mlib_VideoColorRGB2ABGR(3MLIB)
Related Man Pages
mlib_videocolorabgr2jfifycc444(3mlib) - sunos
mlib_videocolorabgr2rgb(3mlib) - sunos
mlib_videocolorrgb2jfifycc422(3mlib) - sunos
mlib_videocolorabgr2jfifycc422(3mlib) - opensolaris
mlib_videocolorjfifycc2abgr444(3mlib) - opensolaris
Similar Topics in the Unix Linux Community
The 500 Mile Email
How to convert number to english?
Merge and Sort tabular data from different text files
Outputting sequences based on length with sed
Sort only numbers within a string