mediaLib Library Functions mlibVideoColorABGR2RGB(3MLIB)
NAME
mlibVideoColorABGR2RGB - color conversion
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
mlibstatus mlibVideoColorABGR2RGB(mlibu8 *rgb, const mlibu8 *abgr,
mlibs32 n);
DESCRIPTION
The mlibVideoColorABGR2RGB() 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 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
mlibVideoColorARGB2RGB(3MLIB),
mlibVideoColorRGB2ABGR(3MLIB),
mlibVideoColorRGB2ARGB(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 1
|