colour.appearance.CAM16_InductionFactors

class colour.appearance.CAM16_InductionFactors[source]

CAM16 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

[LLW+17]

Create new instance of CAM16_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