[Merged by Bors] - Correctly use as_hsla_f32 in Add<Color> and AddAssign<Color>, fixes #5543#5546
[Merged by Bors] - Correctly use as_hsla_f32 in Add<Color> and AddAssign<Color>, fixes #5543#5546vertesians wants to merge 2 commits intobevyengine:mainfrom
Conversation
|
bors r+ |
|
@mockersf, bors appears to be stuck. |
|
bors r+ |
|
bors r- |
|
Looks like this is stalled out because of the following bors error message: {:error, :create_commit,
"{\"message\":\"Validation Failed\",\"errors\":[{\"resource\":\"author\",\"code\":\"missing_field\",\"field\":\"email\"}],\"documentation_url\":\"https://docs.github.com/rest/reference/git#create-a-commit\"}", |
|
Note that the commit doesn't link to the author's github account / you can't click on the author like you normally could. |
|
@vertesians try setting the author of this commit using the instructions here: https://www.git-tower.com/learn/git/faq/change-author-name-email. |
|
bors r+ |
|
bors r- |
|
I was hoping now that the commit has my authorship attached to it that it would stop failing. Sadly that did not play out. |
6a01f79 to
38ce90d
Compare
|
Really really sorry for the trouble — I didn't even think that it could be an issue. :( Hopefully it'll work now. |
|
bors r+ |
|
Pull request successfully merged into main. Build succeeded: |
…evyengine#5543 (bevyengine#5546) Probably a copy-paste error, but `Add<Color>` and `AddAssign<Color>` should use `rhs.as_hlsa_f32()` instead of `rhs.as_linear_rgba_f32()` when the LHS is a `Color::Hsla`. Fixes bevyengine#5543. Co-authored-by: Verte <105466627+vertesians@users.noreply.github.com>
…evyengine#5543 (bevyengine#5546) Probably a copy-paste error, but `Add<Color>` and `AddAssign<Color>` should use `rhs.as_hlsa_f32()` instead of `rhs.as_linear_rgba_f32()` when the LHS is a `Color::Hsla`. Fixes bevyengine#5543. Co-authored-by: Verte <105466627+vertesians@users.noreply.github.com>
…evyengine#5543 (bevyengine#5546) Probably a copy-paste error, but `Add<Color>` and `AddAssign<Color>` should use `rhs.as_hlsa_f32()` instead of `rhs.as_linear_rgba_f32()` when the LHS is a `Color::Hsla`. Fixes bevyengine#5543. Co-authored-by: Verte <105466627+vertesians@users.noreply.github.com>
…evyengine#5543 (bevyengine#5546) Probably a copy-paste error, but `Add<Color>` and `AddAssign<Color>` should use `rhs.as_hlsa_f32()` instead of `rhs.as_linear_rgba_f32()` when the LHS is a `Color::Hsla`. Fixes bevyengine#5543. Co-authored-by: Verte <105466627+vertesians@users.noreply.github.com>
Probably a copy-paste error, but
Add<Color>andAddAssign<Color>should userhs.as_hlsa_f32()instead ofrhs.as_linear_rgba_f32()when the LHS is aColor::Hsla. Fixes #5543.