From 25e8520a4e58d4d91052b956b42127b677a50fcf Mon Sep 17 00:00:00 2001 From: Laurenz Stampfl <47084093+LaurenzV@users.noreply.github.com> Date: Sat, 25 Mar 2023 13:38:32 +0100 Subject: [PATCH] Added return type to methods of colors in docs (#291) --- docs/src/reference/types.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/reference/types.md b/docs/src/reference/types.md index 31b41598f..aabe88510 100644 --- a/docs/src/reference/types.md +++ b/docs/src/reference/types.md @@ -153,16 +153,20 @@ Lightens a color. - amount: ratio (positional, required) The factor to lighten the color by. +- returns: color ### darken() Darkens a color. - amount: ratio (positional, required) The factor to darken the color by. +- returns: color ### negate() Produces the negative of the color. +- returns: color + # Symbol A Unicode symbol.