Struct palette::white_point::F7[][src]

pub struct F7;

CIE fluorescent illuminant series - F7

F7 represents a broadband fluorescent lamp for 2° Standard Observer.

Trait Implementations

impl Copy for F7
[src]

impl Clone for F7
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for F7
[src]

Formats the value using the given formatter. Read more

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

impl WhitePoint for F7
[src]

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

Auto Trait Implementations

impl Send for F7

impl Sync for F7