1mlib_VideoColorRGBXint_to_AmReGdBiianLti(b3MLLiIbBrm)alriyb_FVuindcetoiCoonlsorRGBXint_to_ARGBint(3MLIB)
2
3
4

NAME

6       mlib_VideoColorRGBXint_to_ARGBint  -  convert  RGBX interleaved to ARGB
7       interleaved
8

SYNOPSIS

10       cc [ flag... ] file... -lmlib [ library... ]
11       #include <mlib.h>
12
13       void mlib_VideoColorRGBXint_to_ARGBint(mlib_u32 *ARGB,
14            const mlib_u32 *RGBX, const mlib_u8 *A_array,
15            mlib_u8 A_const, mlib_s32 w,
16            mlib_s32 h, mlib_s32 dlb,
17            mlib_s32 slb, mlib_s32 alb);
18
19

DESCRIPTION

21       Similar to mlib_VideoColorRGBXint_to_ABGRint() except that  the  output
22       component  ordering  is: A (bits 31-24), R (bits 23-16), G (bits 15-8),
23       and B (bits 7-0).
24

PARAMETERS

26       The function takes the following arguments:
27
28       ARGB       Pointer to output buffer (word-aligned).
29
30
31       RGBX       Pointer to input buffer (word-aligned).
32
33
34       A_array    Pointer to array of alpha values (byte-aligned).
35
36
37       A_const    Constant alpha value (range = 0..255).
38
39
40       w          Image width in pixels.
41
42
43       h          Image height in lines.
44
45
46       dlb        Linebytes for output buffer.
47
48
49       slb        Linebytes for input buffer.
50
51
52       alb        Linebytes for alpha buffer.
53
54

RETURN VALUES

56       None.
57

ATTRIBUTES

59       See attributes(5) for descriptions of the following attributes:
60
61
62
63
64       ┌─────────────────────────────┬─────────────────────────────┐
65       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
66       ├─────────────────────────────┼─────────────────────────────┤
67       │Interface Stability          │Committed                    │
68       ├─────────────────────────────┼─────────────────────────────┤
69       │MT-Level                     │MT-Safe                      │
70       └─────────────────────────────┴─────────────────────────────┘
71

SEE ALSO

73       mlib_VideoColorRGBseq_to_ABGRint(3MLIB),             mlib_VideoColorRG‐
74       Bint_to_ABGRint(3MLIB),        mlib_VideoColorBGRint_to_ABGRint(3MLIB),
75       mlib_VideoColorRGBXint_to_ABGRint(3MLIB),           mlib_VideoColorXRG‐
76       Bint_to_ABGRint(3MLIB),       mlib_VideoColorXRGBint_to_ARGBint(3MLIB),
77       attributes(5)
78
79
80
81SunOS 5.11                        2 Marml2i0b0_7VideoColorRGBXint_to_ARGBint(3MLIB)
Impressum