Represents a silly cat image.
- url str - The unparsed URL of the image.
- left_hex SillyCatPosition - The left colour of the silly cat.
- right_hex SillyCatPosition - The right colour of the silly cat.
Represents a class holding the colours of a SillyCat.
- hex str - The hex code of the colour.
- colour_name str - The name of the colour. This is only available if
random
was set toTrue
. Use fetch_colour_name to call thecolour
endpoint for the name. - image Image - Returns an Image object constructed from the unparsed URL of the image.
- simple_image Image - The simple image of the sillycat if available. This is a url with only the left hex colour.
- complex_image Image - The complex image of the sillycat if available. This is a url with both left and right hex colours.
await fetch_colour_name() -> str
Fetches the name of the colour from the colour
endpoint.