LuminanceOps
extension LuminanceOps on numExtension methods for constructing Luminance values from num.
Properties
footlamberts extension no setter
Luminance get footlambertsCreates 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 lambertsCreates 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 nitsCreates 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 stilbsCreates a Luminance of this value in stilbs.
Available on num, provided by the LuminanceOps extension
Implementation
dart
Luminance get stilbs => Luminance.stilbs(this);