Skip to content

Commit

Permalink
fix swapped words
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrgani authored and not-fl3 committed Jul 27, 2024
1 parent 7d49714 commit 2c0cfa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/color.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ pub use colors::*;
pub struct Color {
/// Red channel value from 0.0 to 1.0
pub r: f32,
/// Blue channel value from 0.0 to 1.0
pub g: f32,
/// Green channel value from 0.0 to 1.0
pub g: f32,
/// Blue channel value from 0.0 to 1.0
pub b: f32,
/// Alpha channel value from 0.0 to 1.0
pub a: f32,
Expand Down

0 comments on commit 2c0cfa2

Please sign in to comment.