enum _PRL_VM_COLOR {
PVC_COLOR_RED = 0x00FA645A,
PVC_COLOR_ORANGE = 0x00F6AA44,
PVC_COLOR_YELLOW = 0x00EFDB47,
PVC_COLOR_GREEN = 0x00B4D747,
PVC_COLOR_BLUE = 0x005AA3FF,
PVC_COLOR_PURPLE = 0x00C08ED8,
PVC_COLOR_GREY = 0x00808080,
PVC_NO_COLOR = 0x00000000
};