Represents a NFT image.
- colour_name str - This is only available if the season was set to NFTSeason
.RANDOM
. Use fetch_colour_name to call thecolour
endpoint for the name. - hex str - The colour of the NFT.
- image Image - The image of the NFT.
- seeason NFTSeason - The season of the NFT.
await fetch_colour_name() -> str
Fetches the name of the NFT's colour from the colour
endpoint.