1mlib_VideoColorRGB2ABGR(3MLmIeBd)iaLib Library Functimolnisb_VideoColorRGB2ABGR(3MLIB)
2
3
4
6 mlib_VideoColorRGB2ABGR - color conversion
7
9 cc [ flag... ] file... -lmlib [ library... ]
10 #include <mlib.h>
11
12 mlib_status mlib_VideoColorRGB2ABGR(mlib_u8 *abgr, const mlib_u8 *rgb,
13 mlib_s32 n);
14
15
17 The mlib_VideoColorRGB2ABGR() function performs RGB to ABGR color order
18 conversion.
19
21 The function takes the following arguments:
22
23 abgr Pointer to ABGR row.
24
25
26 rgb Pointer to RGB row.
27
28
29 n Number of pixels.
30
31
33 The function returns MLIB_SUCCESS if successful. Otherwise it returns
34 MLIB_FAILURE.
35
37 See attributes(5) for descriptions of the following attributes:
38
39
40
41
42 ┌─────────────────────────────┬─────────────────────────────┐
43 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
44 ├─────────────────────────────┼─────────────────────────────┤
45 │Interface Stability │Committed │
46 ├─────────────────────────────┼─────────────────────────────┤
47 │MT-Level │MT-Safe │
48 └─────────────────────────────┴─────────────────────────────┘
49
51 mlib_VideoColorABGR2RGB(3MLIB), mlib_VideoColorARGB2RGB(3MLIB),
52 mlib_VideoColorRGB2ARGB(3MLIB), attributes(5)
53
54
55
56SunOS 5.11 2 Mar 2007 mlib_VideoColorRGB2ABGR(3MLIB)