From 1703c4d614d65c0ffd45cd532b77f33dc89d78c4 Mon Sep 17 00:00:00 2001 From: Merlijn Wajer Date: Fri, 11 Mar 2011 11:42:44 +0100 Subject: [PATCH] Documentation: Add initial header. --- Doc/sphinx/scriptref/colourconverting.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/sphinx/scriptref/colourconverting.rst b/Doc/sphinx/scriptref/colourconverting.rst index fa32466..c5ca97d 100644 --- a/Doc/sphinx/scriptref/colourconverting.rst +++ b/Doc/sphinx/scriptref/colourconverting.rst @@ -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);