2.2.2.1 EmfPlusARGB Object

The EmfPlusARGB object specifies a color as a combination of red, green, blue. and alpha.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

Blue

Green

Red

Alpha

Blue (1 byte): An unsigned integer that specifies the relative intensity of blue.

Green (1 byte): An unsigned integer that specifies the relative intensity of green.

Red (1 byte): An unsigned integer that specifies the relative intensity of red.

Alpha (1 byte): An unsigned integer that specifies the transparency of the background, ranging from 0 for completely transparent to 0xFF for completely opaque.

See section 2.2.2 for the specification of additional structure objects.