We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c80adc commit 686e32fCopy full SHA for 686e32f
src/lib.rs
@@ -14,6 +14,7 @@
14
15
pub use {rgb::RGB, rgb::RGB16, rgb::RGB8, rgb::RGBA};
16
17
+#[derive(Copy, Clone, Debug, Default, Eq, PartialEq, Ord, PartialOrd, Hash)]
18
pub struct White<C>(pub C);
19
20
/// The RGBW Pixel
0 commit comments