pub(crate) type Neuron = Quad<f64>;
struct Neuron { pub(crate) r: f64, pub(crate) g: f64, pub(crate) b: f64, pub(crate) a: f64, }
r: f64
g: f64
b: f64
a: f64
source