Tint.OutOfRangeError exception (Tint v1.1.0) 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

Specs

t() :: %Tint.OutOfRangeError{
  __exception__: term(),
  interval: Tint.Utils.Interval.t(),
  value: any()
}