From ee3a0d9efffebf4ef1840cd3d30f3bb89ea5dbc9 Mon Sep 17 00:00:00 2001 From: Elusive <18050480+elusivecodes@users.noreply.github.com> Date: Wed, 30 Oct 2024 20:51:31 +1000 Subject: [PATCH] - Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5fc7ca..444875f 100755 --- a/README.md +++ b/README.md @@ -127,12 +127,12 @@ $color = Color::fromHSV($hue, $saturation, $value, $alpha); Get a HTML string representation of the color. -The `$colorString` returned will be a string containing either a HTML color name (if one exists), a hexadecimal string (if alpha is *1*) or an RGBA string. - ```php $colorString = $color->toString(); ``` +The `$colorString` returned will be a string containing either a HTML color name (if one exists), a hexadecimal string (if alpha is *1*) or an RGBA string. + **To Hex String** Get a hexadecimal string representation of the color.