Skip to content

Commit

Permalink
Remove deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
asny committed Nov 20, 2024
1 parent 178ef0a commit 23de478
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/prelude/color.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
use crate::prelude::*;

/// Represents a color composed of a red, green and blue component in the sRGB color space.
/// In addition, the alpha value determines the how transparent the color is (0 is fully transparent and 255 is fully opaque).
#[deprecated = "Renamed to Srgba"]
pub type Color = Srgba;

/// Represents a color composed of a red, green and blue component in the sRGB color space.
/// In addition, the alpha value determines the how transparent the color is (0 is fully transparent and 255 is fully opaque).
#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug)]
Expand Down

0 comments on commit 23de478

Please sign in to comment.