derive(PartialEq) for ColourXyz
This commit is contained in:
parent
84fbc1fef5
commit
bc69ca04a8
|
|
@ -3,7 +3,7 @@ use crate::math::{Mat3, Vec3};
|
|||
use super::ColourRgbF;
|
||||
|
||||
/// A CIE XYZ Colour Value
|
||||
#[derive(Default, Clone, Copy, Debug)]
|
||||
#[derive(Clone, Debug, Default, PartialEq)]
|
||||
pub struct ColourXyz {
|
||||
pub values: Vec3,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue