On macOS 10.15.4, Radeon Pro 560/Intel HD 630, JuliaPro 1.4.1, julia-client 0.12.4, ink 0.12.3, ImageShow 0.2.3
julia> c = ARGB(RGB(1,0,0),1) #displays a red patch
julia> c.:r
1.0N0f8
julia> c.:alpha
1.0N0f8
julia> c.:b
0.0N0f8
julia> A=fill(c,1,1) #displays a blue patch!
julia> A[1,1] #displays a red patch
The problem doesn't seem to depend on the ARGB eltype.
ImageView displays correctly.
On macOS 10.15.4, Radeon Pro 560/Intel HD 630, JuliaPro 1.4.1, julia-client 0.12.4, ink 0.12.3, ImageShow 0.2.3
The problem doesn't seem to depend on the
ARGBeltype.ImageView displays correctly.