Skip to content

Color.hex_color is returning alpha in wrong position (first instead of last) #21

@Brow71189

Description

@Brow71189

Try something like Color.Color('rgba(255, 0, 0, 0.5)').to_rgba_255()
I would expect this to return (255, 0, 0, 127) but instead I get (127, 255, 0, 0).

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions