View Source Tint.OutOfRangeError exception (Tint v1.3.0)
An exception that is returned or raised when a color is built with values that are out of the permitted range of values.
Summary
Types
@type t() :: %Tint.OutOfRangeError{ __exception__: true, interval: Tint.Interval.t(), value: any() }