Skip to content

Cannot linspace xyY colors #39

@jiahao

Description

@jiahao
In[1]: A=XYZ(1.0,0.0,0.0)
B=XYZ(0.0,1.0,0.0)
linspace(A,B,40)

Out[1]:

screen shot 2014-06-09 at 7 18 50 pm

In[2]: A=xyY(1.0,0.0,1.0)
B=xyY(0.0,1.0,1.0)
linspace(A,B,40)
Out[2]: no method weighted_color_mean(Float64, xyY, xyY)
while loading In[2], in expression starting on line 9
 in linspace at /Users/jiahao/.julia/v0.3/Color/src/utilities.jl:57

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions