mlib_videocolorabgr2rgb(3mlib) opensolaris man page | unix.com

Man Page: mlib_videocolorabgr2rgb

Operating Environment: opensolaris

Section: 3mlib

mlib_VideoColorABGR2RGB(3MLIB)				    mediaLib Library Functions				    mlib_VideoColorABGR2RGB(3MLIB)

NAME
mlib_VideoColorABGR2RGB - color conversion
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> mlib_status mlib_VideoColorABGR2RGB(mlib_u8 *rgb, const mlib_u8 *abgr, mlib_s32 n);
DESCRIPTION
The mlib_VideoColorABGR2RGB() function performs ABGR to RGB color order conversion.
PARAMETERS
The function takes the following arguments: rgb Pointer to RGB row. abgr Pointer to ABGR 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 |Committed | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+
SEE ALSO
mlib_VideoColorARGB2RGB(3MLIB), mlib_VideoColorRGB2ABGR(3MLIB), mlib_VideoColorRGB2ARGB(3MLIB), attributes(5) SunOS 5.11 2 Mar 2007 mlib_VideoColorABGR2RGB(3MLIB)
Related Man Pages
mlib_videocolorabgr2jfifycc444(3mlib) - sunos
mlib_videocolorargb2rgb(3mlib) - sunos
mlib_videocolorjfifycc2abgr444(3mlib) - sunos
mlib_videocolorjfifycc2abgr444(3mlib) - opensolaris
mlib_videocolorrgb2argb(3mlib) - opensolaris
Similar Topics in the Unix Linux Community
Trying to block signal
solaris zones vs container..
PHP Man Pages Now Available (Over 10,000)
What's legal and what's not?
Identify problem with while getopts