core

package
v0.0.0-...-79b36a5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 3, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Color32

type Color32 struct {
	color.RGBA `xml:"color,attr,omitempty"`
}

func (Color32) Colored32

func (c Color32) Colored32() (R, G, B, A float32)

func (Color32) Colored64

func (c Color32) Colored64() (R, G, B, A float64)

type Color64

type Color64 struct {
	color.RGBA64 `xml:"color,attr,omitempty"`
}

func (Color64) Colored32

func (c Color64) Colored32() (R, G, B, A float32)

func (Color64) Colored64

func (c Color64) Colored64() (R, G, B, A float64)

type Colored

type Colored interface {
	Colored32() (R, G, B, A float32)
	Colored64() (R, G, B, A float64)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL