colour.appearance.CIECAM02_InductionFactors

class colour.appearance.CIECAM02_InductionFactors[source]

CIECAM02 colour appearance model induction factors.

Parameters
  • F (numeric or array_like) – Maximum degree of adaptation \(F\).

  • c (numeric or array_like) – Exponential non linearity \(c\).

  • N_c (numeric or array_like) – Chromatic induction factor \(N_c\).

References

[Fai04], [LL13], [MFH+02], [Wik07b]

Create new instance of CIECAM02_InductionFactors(F, c, N_c)

__init__()

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__

Initialize self.

count(value)

index(value, [start, [stop]])

Raises ValueError if the value is not present.

Attributes

F

Alias for field number 0

N_c

Alias for field number 2

c

Alias for field number 1