Skip to content

scalar multiplication fails on RGB24 #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
hofmannmartin opened this issue Sep 23, 2016 · 0 comments · Fixed by #80
Closed

scalar multiplication fails on RGB24 #56

hofmannmartin opened this issue Sep 23, 2016 · 0 comments · Fixed by #80

Comments

@hofmannmartin
Copy link

Hi folks I am working on ColorVectorSpace Version 0.1.8. If I try to evaluate RGB24(1,0,0)*0.5 I get

ERROR: too many parameters for type RGB24
 in *(::Float64, ::ColorTypes.RGB24) at ColorVectorSpace/src/ColorVectorSpace.jl:114
 in *(::ColorTypes.RGB24, ::Float64) at ColorVectorSpace/src/ColorVectorSpace.jl:134

There seems to be some underlying problem with RBG24 since the same happens for vector addition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant