Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Colors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Base.@deprecate_binding RGB1 XRGB
Base.@deprecate_binding RGB4 RGBX


import Base: ==, +, -, *, /
import Base: convert, eltype, isless, range, show, showable, typemin, typemax
import Base: +, -, *, / # for XYZ and LMS arithmetic
import Base: convert, parse, range, show, showable

# Additional exports, not exported by ColorTypes
export weighted_color_mean,
Expand Down