Struct palette::white_point::D75[][src]

pub struct D75;

CIE D series standard illuminant - D75

D75 White Point is the natural daylight with a color temperature of around 7500K for 2° Standard Observer.

Trait Implementations

impl Copy for D75
[src]

impl Clone for D75
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for D75
[src]

Formats the value using the given formatter. Read more

impl PartialEq for D75
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for D75
[src]

impl WhitePoint for D75
[src]

Get the Xyz chromacity co-ordinates for the white point.

Auto Trait Implementations

impl Send for D75

impl Sync for D75