possibilitieeeeeeeeessss

This commit is contained in:
akemidx 2023-11-08 13:29:32 -05:00
parent 495521b70e
commit 9cc89911f7

View file

@ -354,6 +354,9 @@ class Helper
if($index < 0) { if($index < 0) {
$index = 0; $index = 0;
} }
elseif($index > 255) {
$index = 255;
}
} }
return $colors[$index]; return $colors[$index];