File: color.go

package info (click to toggle)
golang-github-mitchellh-go-vnc 0.0~git20150629.723ed98-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 112 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
package vnc

// Color represents a single color in a color map.
type Color struct {
	R, G, B uint16
}