colour.hints.DTypeReal# colour.hints.DTypeReal: TypeAlias = numpy.int8 | numpy.int16 | numpy.int32 | numpy.int64 | numpy.uint8 | numpy.uint16 | numpy.uint32 | numpy.uint64 | numpy.float16 | numpy.float32 | numpy.float64# Represent a PEP 604 union type E.g. for int | str