package gg // The type represents order of drawing. // Higher values are drawn later. type Layer float64 func (l Layer) GetLayer() Layer { return l }