Skip to content

Color's Add and AddAssign impls add RGBA values to HSLA #5543

@Gyrobifastigium

Description

@Gyrobifastigium

let rhs = rhs.as_linear_rgba_f32();

let rhs = rhs.as_linear_rgba_f32();

These lines should probably be let rhs = rhs.as_hsla_f32() instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-RenderingDrawing game state to the screenC-BugAn unexpected or incorrect behaviorD-TrivialNice and easy! A great choice to get started with Bevy

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions