Color Enum for internal and external use which contains the unicode values for each color
SKN Shukhan
2024-06-09
Reset enum constant
Black enum constant
Red enum constant
Green enum constant
Yellow enum constant
Blue enum constant
Purple enum constant
Cyan enum constant
White enum constant
Bold Black enum constant
Bold Red enum constant
Bold Green enum constant
Bold Yellow enum constant
Bold Blue enum constant
Bold Purple enum constant
Bold Cyan enum constant
Bold White enum constant
Returns a representation of an immutable list of all enum entries, in the order they're declared.
Formats the name of each of the enum constant
Gives the unicode value of respective enum constant(Color)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.