colour.appearance.InductionFactors_sCAM#

class colour.appearance.InductionFactors_sCAM(F: float, c: float, Fm: float)[source]#

Define the sCAM colour appearance model induction factors.

Parameters:
  • F (float) – Maximum degree of adaptation \(F\).

  • c (float) – Exponential non-linearity \(c\).

  • Fm (float) – Factor for colourfulness \(F_m\).

References

[LL24]

__init__(F: float, c: float, Fm: float) None#
Parameters:
Return type:

None

Methods

__init__(F, c, Fm)

Attributes

fields

Getter for the fields of the dataclass-like class.

items

Getter for the dataclass-like class items, i.e., the field names and values.

keys

Getter for the dataclass-like class keys, i.e., the field names.

values

Getter for the dataclass-like class field values.

F

c

Fm