graphics-style 0.3.0

The styles of all graphics elements
Documentation
1
2
3
4
5
6
7
8
9
use super::*;

/// A gradient.
#[derive(Debug, Clone, PartialEq, Eq, Hash, Serialize, Deserialize)]
pub struct Gradient {
    // shared: Arc<palette::Gradient<Srgb>>,
}

impl Gradient {}