Skip to content

Array{ARGB{T},2} displays as if the argb components were permuted in Juno #24

@elronayellin

Description

@elronayellin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions