.. _typedef-api:

Type aliases
============

.. cpp:type:: COLORREF

   Color reference type (0x00BBGGRR format).

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

.. code-block:: C++

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