Tint v0.3.1 Tint.OutOfRangeError exception View Source

An exception that is returned or raised when a color is built with values that are out of the permitted range of values.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Tint.OutOfRangeError{
  __exception__: term(),
  interval: Tint.Utils.Interval.t(),
  orig_value: any(),
  value: Decimal.t() | number()
}