- All Implemented Interfaces:
- Duplicatable, GenericRecord
public class HwmfColorRef
extends Object
implements Duplicatable, GenericRecord
A 32-bit ColorRef Object that defines the color value.
Red (1 byte): An 8-bit unsigned integer that defines the relative intensity of red.
Green (1 byte): An 8-bit unsigned integer that defines the relative intensity of green.
Blue (1 byte): An 8-bit unsigned integer that defines the relative intensity of blue.
Reserved (1 byte): An 8-bit unsigned integer that MUST be 0x00.