In a class, how would we reference a color property we want to create for an object that's being created?
color
this.color
this(color)
The correct way to create a color property for an object is this.color.