Skip to content

LuminanceOps

extension LuminanceOps on num

Extension methods for constructing Luminance values from num.

Properties

footlamberts extension no setter

Luminance get footlamberts

Creates a Luminance of this value in footlamberts.

Available on num, provided by the LuminanceOps extension

Implementation
dart
Luminance get footlamberts => Luminance.footlamberts(this);

lamberts extension no setter

Luminance get lamberts

Creates a Luminance of this value in lamberts.

Available on num, provided by the LuminanceOps extension

Implementation
dart
Luminance get lamberts => Luminance.lamberts(this);

nits extension no setter

Luminance get nits

Creates a Luminance of this value in nits.

Available on num, provided by the LuminanceOps extension

Implementation
dart
Luminance get nits => Luminance.nits(this);

stilbs extension no setter

Luminance get stilbs

Creates a Luminance of this value in stilbs.

Available on num, provided by the LuminanceOps extension

Implementation
dart
Luminance get stilbs => Luminance.stilbs(this);