Skip to content

scalar multiplication fails on RGB24 #56

Description

@hofmannmartin

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions