ColorVectorSpace.jl
ColorVectorSpace.jl copied to clipboard
bool operator on `Gray{Bool}` type
We currently don't have bool operators !, &, | for Gray{Bool} object
julia> !Gray(true)
ERROR: MethodError: no method matching !(::Gray{Bool})