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
I love this tool however I am getting a constant error from a clean install of Visual Studio Community 2022 anytime I try to convert from RGB to XYZ or vise versa. I am building using .Net Framework 4.7.1
BC30657: 'Convert' has a return type that is not supported, or parameter types that are not supported. I would love to resolve this issue and use it!
The text was updated successfully, but these errors were encountered:
The types that are used for colors are readonly struct... Maybe you're using a language/version that has some issue with that. What language and version do you use?
I'm not sure this will be possible to resolve easily (if you or anyone else has some ideas, feel free to contribute)... But you can try using v1 version of the library (i.e. version 1.2.2) that should work fine with older toolchains...
Also, can you maybe attach a ZIP (or Git repo link) with a repro case? Just some minimal console app that gives you that issue. It could be really helpful for more investigation.
I love this tool however I am getting a constant error from a clean install of Visual Studio Community 2022 anytime I try to convert from RGB to XYZ or vise versa. I am building using .Net Framework 4.7.1
BC30657: 'Convert' has a return type that is not supported, or parameter types that are not supported. I would love to resolve this issue and use it!
The text was updated successfully, but these errors were encountered: