// c converts Layers to c.cpLayers. func (l Layers) c() C.cpLayers { return C.cpLayers(l) }
func (s *Shape) SetLayers(layer Layer) { C.cpShapeSetLayers(s.shape, C.cpLayers(C.uint(layer))) }