You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context
color_t option type has recently been added in libf3d, however parsing is actually the same as for double_vector.
Lets implement proper parsing of colors, such as RGB and other syntax.
Suggested solution
Implement proper parsing in options_tools::parse for this type
Check that formating is correct in options_tools::format and improve it if needed
-Add testing in TestSDKOptions.cxx and TestSDKOptionsIO.cxx
Context
color_t option type has recently been added in libf3d, however parsing is actually the same as for double_vector.
Lets implement proper parsing of colors, such as RGB and other syntax.
Suggested solution
-Add testing in TestSDKOptions.cxx and TestSDKOptionsIO.cxx
Syntax to Support
val, val, val
#RRGGBB
(case independent)hsl()
: https://www.w3schools.com/colors/colors_hsl.asprgb()
: https://www.w3schools.com/colors/colors_rgb.asphwb()
: https://www.w3schools.com/colors/colors_hwb.asp (optional)cmyk()
: https://www.w3schools.com/colors/colors_cmyk.asp (optional)The text was updated successfully, but these errors were encountered: