Skip to content

LuminanceOps

extensionLuminanceOpsonnum

Extension methods for constructing Luminance values from num.

Properties

footlamberts extension no setter

Luminancegetfootlamberts

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

Luminancegetlamberts

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

Luminancegetnits

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

Luminancegetstilbs

Creates a Luminance of this value in stilbs.

Available on num, provided by the LuminanceOps extension

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