Struct palette::white_point::D65[][src]

pub struct D65;

CIE D series standard illuminant - D65

D65 White Point is the natural daylight with a color temperature of 6500K for 2° Standard Observer.

Trait Implementations

impl Copy for D65
[src]

impl Clone for D65
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for D65
[src]

Formats the value using the given formatter. Read more

impl PartialEq for D65
[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 D65
[src]

impl WhitePoint for D65
[src]

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

Auto Trait Implementations

impl Send for D65

impl Sync for D65