colour.appearance.InductionFactors_Kim2009#

class colour.appearance.InductionFactors_Kim2009(F: float, c: float, N_c: float)[source]#

Kim, Weyrich and Kautz (2009) colour appearance model induction factors.

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

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

  • N_c (float) – Chromatic induction factor \(N_c\).

Notes

References

[KWK09]

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

None

Methods

__init__(F, c, N_c)

Attributes

fields

Getter property for the fields of the dataclass-like class.

items

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

keys

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

values

Getter property for the dataclass-like class values, i.e., the field values.

F

c

N_c