anseki / vscode-color

Helper with GUI to generate color codes such as CSS color notations.
MIT License
97 stars 27 forks source link

Feature - RGB/RGBA colors as float colors vec3() and vec4() #73

Closed kroko closed 6 years ago

kroko commented 6 years ago

Would it be possible to add support for float color type vec3() and vec4()?

From experience extra care should be taken so that color always is float (it includes decimal point - 0 should be 0.0 and 1 should be 1.0).

Thanks!

anseki commented 6 years ago

Hi @kroko, thank you for the proposal. I think that this extension is now not necessary maybe because VS Code now implements color picker. However I might update the extension when more request. I guess that this feature is not difficult.

anseki commented 6 years ago

This feature is not in demand maybe. And I close this issue. Thank you for your proposal. :smile:

willstall commented 5 years ago

I'd love this feature....

anseki commented 5 years ago

Hi @willstall, thank you for your comment. At the moment, it seems that this feature is not in demand. However, this is OSS, then you can add the feature if you want.