$isValidHex

checks if the given int or hex code or color name is valid ,returns true,false

Usage: $isValidHex[int or hexcode or color name]

Example:

Member08/22/2024
!!exec $isValidHex[#ffffff] , $isValidHex[test], $isValidHex[Red]
Custom Command Bot 08/22/2024
true , false, true
Function difficulty Easy
Tags:
isValidHex