colour.hints.DType#

colour.hints.DType: TypeAlias = numpy.bool | numpy.int8 | numpy.int16 | numpy.int32 | numpy.int64 | numpy.uint8 | numpy.uint16 | numpy.uint32 | numpy.uint64 | numpy.float16 | numpy.float32 | numpy.float64 | numpy.complex64 | numpy.complex128#

Represent a PEP 604 union type

E.g. for int | str