From 121018c03a0d3cec57d46764fbbeba8714cf36fb Mon Sep 17 00:00:00 2001 From: Index Date: Sun, 2 Jun 2024 18:27:10 -0500 Subject: [PATCH] fix --- docs/objects/types/Color.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/objects/types/Color.md b/docs/objects/types/Color.md index beb88d8..7f861fa 100644 --- a/docs/objects/types/Color.md +++ b/docs/objects/types/Color.md @@ -10,7 +10,7 @@ icon: polytoria/Color ## Notes -The alpha property is between 0 and 255. 0 is fully transparent and 255 is fully visible. +The alpha property is between 0 and 1. 0 is fully transparent and 1 is fully visible. ## Constructors