mediaLib Library Functions mlibVideoColorARGB2RGB(3MLIB)
NAME
mlibVideoColorARGB2RGB - color conversion
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
mlibstatus mlibVideoColorARGB2RGB(mlibu8 *rgb,
const mlibu8 *argb, mlibs32 n);
DESCRIPTION
The mlibVideoColorARGB2RGB() 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 MLIBSUCES if successful. Otherwise
it returns MLIBFAILURE.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
mlibVideoColorABGR2RGB(3MLIB),
mlibVideoColorRGB2ABGR(3MLIB),
mlibVideoColorRGB2ARGB(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 1
|