colour.appearance.InductionFactors_ZCAM#

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

ZCAM colour appearance model induction factors.

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

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

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

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

Notes

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

References

[SHRL21]

Create new instance of InductionFactors_ZCAM(F_s, F, c, N_c)

__init__()#

Methods

__init__()

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

F

Alias for field number 1

F_s

Alias for field number 0

N_c

Alias for field number 3

c

Alias for field number 2