Struct palette::white_point::A[][src]

pub struct A;

CIE standard illuminant A

CIE standard illuminant A is intended to represent typical, domestic, tungsten-filament lighting. Its relative spectral power distribution is that of a Planckian radiator at a temperature of approximately 2856 K. Uses the CIE 1932 2° Standard Observer

Trait Implementations

impl Copy for A
[src]

impl Clone for A
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for A
[src]

Formats the value using the given formatter. Read more

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

impl WhitePoint for A
[src]

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

Auto Trait Implementations

impl Send for A

impl Sync for A