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);