Stores data on registered breeds. Should not be instantiated directly; instead, use model.addBreed()
. The properties of the Breed
object correspond to the arguments of that function.
Object Properties
color — Color
A
Color
object storing the color used to plot the breed. This can be passed instead of a hex value in most places that take a color as an argument.color2 — Color
A lighter color used for secondary plotting.
Notes and Examples