colour.appearance.InductionFactors_ZCAM#

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

Define the ZCAM colour appearance model induction factors.

Parameters:
  • F_s (float) – Surround impact \(F_s\).

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

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

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

Notes

  • The ZCAM colour appearance model induction factors are inherited from the CIECAM02 colour appearance model.

References

[SHRL21]

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

None

Methods

__init__(F_s, F, c, N_c)

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_s

F

c

N_c