Struct palette::white_point::D50 [] [src]

pub struct D50;

CIE D series standard illuminant - D50

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

Trait Implementations

impl Copy for D50
[src]

impl Clone for D50
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for D50
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for D50
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for D50
[src]

impl WhitePoint for D50
[src]

[src]

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