๐๏ธ Color():red()
Extracts the red color value from a hex color string.
๐๏ธ Color():green()
Extracts the green color value from a hex color string.
๐๏ธ Color():blue()
Extracts the blue color value from a hex color string.
๐๏ธ Color()
Utility class to perform color similarity
๐๏ธ Color():compare()
Compare both color and get the similarity score
๐๏ธ Color():getHex()
Will return hexadecimal string color
๐๏ธ Color():isEqual()
Check if both color is has similarity to 1