const red = gx.Color{255, 0, 0}
or even call simple functions that only return values
const red = gx.rgb(255, 0, 0)
const red = gx.Color{255, 0, 0}
or even call simple functions that only return values
const red = gx.rgb(255, 0, 0)