Struct dssim::LAB [] [src]

pub struct LAB {
    pub l: f32,
    pub a: f32,
    pub b: f32,
}

L*a*b*b, but using float units (values are 100× smaller than in usual integer representation)

Fields

Trait Implementations

impl Debug for LAB
[src]

[src]

Formats the value using the given formatter.

impl Copy for LAB
[src]

impl Clone for LAB
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Mul<LAB> for LAB
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Mul<f32> for LAB
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Add<LAB> for LAB
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Add<f32> for LAB
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub<LAB> for LAB
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Div<LAB> for LAB
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.