1mlib_VideoColorXRGBint_to_AmReGdBiianLti(b3MLLiIbBrm)alriyb_FVuindcetoiCoonlsorXRGBint_to_ARGBint(3MLIB)
2
3
4
6 mlib_VideoColorXRGBint_to_ARGBint - convert XRGB interleaved to ARGB
7 interleaved
8
10 cc [ flag... ] file... -lmlib [ library... ]
11 #include <mlib.h>
12
13 void mlib_VideoColorXRGBint_to_ARGBint(mlib_u32 *ARGB,
14 const mlib_u32 *XRGB, const mlib_u8 *A_array,
15 mlib_u8 A_const, mlib_s32 w, mlib_s32 h,
16 mlib_s32 dlb,mlib_s32 slb, mlib_s32 alb);
17
18
20 Similar to mlib_VideoColorRGBXint_to_ARGBint except that the input com‐
21 ponent ordering is: R (bits 23-16), G (bits 15-8), and B (bits 7-0).
22
24 The function takes the following arguments:
25
26 ARGB Pointer to output buffer (word-aligned).
27
28
29 XRGB Pointer to input buffer (word-aligned).
30
31
32 A_array Pointer to array of alpha values (byte-aligned).
33
34
35 A_const Constant alpha value (range = 0..255).
36
37
38 w Image width in pixels.
39
40
41 h Image height in lines.
42
43
44 dlb Linebytes for output buffer.
45
46
47 slb Linebytes for input buffer.
48
49
50 alb Linebytes for alphabuffer.
51
52
54 None.
55
57 See attributes(5) for descriptions of the following attributes:
58
59
60
61
62 ┌─────────────────────────────┬─────────────────────────────┐
63 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
64 ├─────────────────────────────┼─────────────────────────────┤
65 │Interface Stability │Committed │
66 ├─────────────────────────────┼─────────────────────────────┤
67 │MT-Level │MT-Safe │
68 └─────────────────────────────┴─────────────────────────────┘
69
71 mlib_VideoColorRGBseq_to_ABGRint(3MLIB), mlib_VideoColorRG‐
72 Bint_to_ABGRint(3MLIB), mlib_VideoColorBGRint_to_ABGRint(3MLIB),
73 mlib_VideoColorRGBXint_to_ABGRint(3MLIB), mlib_VideoColorRGBX‐
74 int_to_ARGBint(3MLIB), mlib_VideoColorXRGBint_to_ABGRint(3MLIB),
75 attributes(5)
76
77
78
79SunOS 5.11 2 Marml2i0b0_7VideoColorXRGBint_to_ARGBint(3MLIB)