mediaLib Library Functions
mlibVideoColorRGBXinttoARGBint(3MLIB)
NAME
mlibVideoColorRGBXinttoARGBint - convert RGBX interleaved
to ARGB interleaved
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
void mlibVideoColorRGBXinttoARGBint(mlibu32 *ARGB,
const mlibu32 *RGBX, const mlibu8 *Aarray,
mlibu8 Aconst, mlibs32 w,
mlibs32 h, mlibs32 dlb,
mlibs32 slb, mlibs32 alb);
DESCRIPTION
Similar to mlibVideoColorRGBXinttoABGRint() except that
the output component ordering is: A (bits 31-24), R (bits
23-16), G (bits 15-8), and B (bits 7-0).
PARAMETERS
The function takes the following arguments:
ARGB Pointer to output buffer (word-aligned).
RGBX Pointer to input buffer (word-aligned).
Aarray Pointer to array of alpha values (byte-aligned).
Aconst Constant alpha value (range = 0..255).
w Image width in pixels.
h Image height in lines.
dlb Linebytes for output buffer.
slb Linebytes for input buffer.
alb Linebytes for alpha buffer.
SunOS 5.11 Last change: 2 Mar 2007 1
mediaLib Library Functions
mlibVideoColorRGBXinttoARGBint(3MLIB)
RETURN VALUES
None.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
mlibVideoColorRGBseqtoABGRint(3MLIB),
mlibVideoColorRGBinttoABGRint(3MLIB),
mlibVideoColorBGRinttoABGRint(3MLIB),
mlibVideoColorRGBXinttoABGRint(3MLIB),
mlibVideoColorXRGBinttoABGRint(3MLIB),
mlibVideoColorXRGBinttoARGBint(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 2
mediaLib Library Functions
mlibVideoColorRGBXinttoARGBint(3MLIB)
SunOS 5.11 Last change: 2 Mar 2007 3
|