Get a standardized hex color code like #FFFFFF
color:get_standardized_hex_color_code(STRING $hex_color_code)
color:get_standardized_hex_color_code('fff')
#=> "#ffffff"
#===
color:get_standardized_hex_color_code('f5')
#=> "#f5f5f5"
Copyright ©2013-2022 SunSed®. All rights reserved.