1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-21 08:45:06 -05:00

Documentation: Add initial header.

This commit is contained in:
Merlijn Wajer 2011-03-11 11:42:44 +01:00
parent 374270d9e7
commit 1703c4d614

View File

@ -12,6 +12,10 @@ Explain some colour spaces here.
Colour Conversion Methods
-------------------------
ColorToRGB
~~~~~~~~~~
.. code-block:: pascal
procedure ColorToRGB(Color: integer; var r, g, b: Integer);