ColorVectorSpace.jl icon indicating copy to clipboard operation
ColorVectorSpace.jl copied to clipboard

bool operator on `Gray{Bool}` type

Open johnnychen94 opened this issue 3 years ago • 0 comments

We currently don't have bool operators !, &, | for Gray{Bool} object

julia> !Gray(true)
ERROR: MethodError: no method matching !(::Gray{Bool})

johnnychen94 avatar Jul 05 '22 10:07 johnnychen94