mediaLib Library Functions
mlibVideoColorXRGBinttoARGBint(3MLIB)
NAME
mlibVideoColorXRGBinttoARGBint - convert XRGB interleaved
to ARGB interleaved
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
void mlibVideoColorXRGBinttoARGBint(mlibu32 *ARGB,
const mlibu32 *XRGB, const mlibu8 *Aarray,
mlibu8 Aconst, mlibs32 w, mlibs32 h,
mlibs32 dlb,mlibs32 slb, mlibs32 alb);
DESCRIPTION
Similar to mlibVideoColorRGBXinttoARGBint except that the
input component ordering is: 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).
XRGB 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 alphabuffer.
RETURN VALUES
SunOS 5.11 Last change: 2 Mar 2007 1
mediaLib Library Functions
mlibVideoColorXRGBinttoARGBint(3MLIB)
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),
mlibVideoColorRGBXinttoARGBint(3MLIB),
mlibVideoColorXRGBinttoABGRint(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 2
mediaLib Library Functions
mlibVideoColorXRGBinttoARGBint(3MLIB)
SunOS 5.11 Last change: 2 Mar 2007 3
|