Type aliases

type COLORREF

Color reference type (0x00BBGGRR format).

Note

This matches Windows GDI COLORREF format (Blue-Green-Red).

#if !defined(COLORREF)
   typedef unsigned long COLORREF;
#endif