Creates a Color8 with the bottom 8-bits of the provided int value.
@literal const Color8.fromIndex(int value) : index = value & 0xFF;