Query: mlib_videocolorabgr2rgb
OS: opensolaris
Section: 3mlib
Links: opensolaris man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
mlib_VideoColorABGR2RGB(3MLIB) mediaLib Library Functions mlib_VideoColorABGR2RGB(3MLIB)NAMEmlib_VideoColorABGR2RGB - color conversionSYNOPSIScc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> mlib_status mlib_VideoColorABGR2RGB(mlib_u8 *rgb, const mlib_u8 *abgr, mlib_s32 n);DESCRIPTIONThe mlib_VideoColorABGR2RGB() function performs ABGR to RGB color order conversion.PARAMETERSThe function takes the following arguments: rgb Pointer to RGB row. abgr Pointer to ABGR 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 |Committed | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOmlib_VideoColorARGB2RGB(3MLIB), mlib_VideoColorRGB2ABGR(3MLIB), mlib_VideoColorRGB2ARGB(3MLIB), attributes(5) SunOS 5.11 2 Mar 2007 mlib_VideoColorABGR2RGB(3MLIB)
Similar Topics in the Unix Linux Community |
---|
Trying to block signal |
How to learn UNIX |
%memused is high |
What is good? |
Shopt -s histappend |