DEBSOURCES
Skip Quicknav
sources / golang-github-traefik-yaegi / 0.16.1-2 / _test / composite11.go
123456789101112131415
package main import ( "fmt" "image/color" ) func main() { c := color.NRGBA64{1, 1, 1, 1} fmt.Println(c) } // Output: // {1 1 1 1}