Skip to content

Commit

Permalink
Version 0.12.3
Browse files Browse the repository at this point in the history
This also removes a test, which ColorType should be responsible for.
  • Loading branch information
kimikage committed Jun 29, 2020
1 parent 6c71c14 commit e78b761
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Colors"
uuid = "5ae59095-9a9b-59fe-a467-6f913c188581"
version = "0.12.2"
version = "0.12.3"

[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Expand Down
2 changes: 0 additions & 2 deletions test/conversion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ using ColorTypes: eltype_default, parametric3
@test convert(RGBA{N0f8}, red32) == RGBA{N0f8}(1,0,0,1)
@test convert(HSVA{Float64}, red32) == HSVA{Float64}(0, 1, 1, 1)

@test_throws MethodError AlphaColor(RGB(1,0,0), r8(0xff))

# whitepoint conversions
@test isa(convert(XYZ, convert(Lab, redF64), Colors.WP_DEFAULT), XYZ{Float64})
@test isa(convert(XYZ{Float32}, convert(Lab, redF64), Colors.WP_DEFAULT), XYZ{Float32})
Expand Down

0 comments on commit e78b761

Please sign in to comment.