2.2.2.1 EmfPlusARGB Object
The EmfPlusARGB object specifies a color as a combination of red, green, blue. and alpha.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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.