PKMPokemonColor
public class PKMPokemonColor: Mappable
Colors used for sorting Pokémon in a Pokédex. The color listed in the Pokédex is usually the color most apparent or covering each Pokémon’s body. No orange category exists; Pokémon that are primarily orange are listed as red or brown.
-
The identifier for this Pokémon color resource
Declaration
Swift
public var id: Int? -
The name for this Pokémon color resource
Declaration
Swift
public var name: String? -
The name of this Pokémon color listed in different languages
Declaration
Swift
public var names: [PKMName]? -
A list of the Pokémon species that have this color
Declaration
Swift
public var pokemonSpecies: [PKMNamedAPIResource]? -
Undocumented
Declaration
Swift
public class PKMPokemonColor: Mappable -
Undocumented
Declaration
Swift
public class PKMPokemonColor: Mappable
View on GitHub
PKMPokemonColor Class Reference