sunos man page for mlib_videocolorargb2rgb

Query: mlib_videocolorargb2rgb

OS: sunos

Section: 3mlib

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

mlib_VideoColorARGB2RGB(3MLIB)				    mediaLib Library Functions				    mlib_VideoColorARGB2RGB(3MLIB)

NAME
mlib_VideoColorARGB2RGB - color conversion
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> mlib_status mlib_VideoColorARGB2RGB(mlib_u8 *rgb, const mlib_u8 *argb, mlib_s32 n);
DESCRIPTION
The mlib_VideoColorARGB2RGB() function performs ARGB to RGB color order conversion.
PARAMETERS
The function takes the following arguments: rgb Pointer to RGB row. argb Pointer to ARGB 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_VideoColorRGB2ABGR(3MLIB), mlib_VideoColorRGB2ARGB(3MLIB), attributes(5) SunOS 5.10 9 Nov 2004 mlib_VideoColorARGB2RGB(3MLIB)
Related Man Pages
mlib_videocolorargb2jfifycc444(3mlib) - sunos
mlib_videocolorrgb2jfifycc444(3mlib) - sunos
mlib_videocolorabgr2rgb(3mlib) - opensolaris
mlib_videocolorargb2rgb(3mlib) - opensolaris
mlib_videocolorrgb2argb(3mlib) - opensolaris
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Merge and Sort tabular data from different text files
Best performance UNIX just for HOST Virtualization?
Sort only numbers within a string
UNIX Environment Setup - (Just starting!)