transfer

package
v0.0.0-...-4e89918 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2020 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Color

type Color struct {
	Red   float64 `json:"red"`
	Green float64 `json:"green"`
	Blue  float64 `json:"blue"`
	Alpha float64 `json:"alpha"`
}

type Icon

type Icon struct {
	Id     string  `json:"id"`
	Size   int     `json:"size"`
	Layers []Layer `json:"layers"`
}

type Layer

type Layer struct {
	FileName string  `json:"fileName"`
	Offset   Offset  `json:"offset"`
	Scale    float64 `json:"scale"`
	Size     int     `json:"size"`
	Tint     Color   `json:"tint"`
}

type Offset

type Offset struct {
	X int `json:"x"`
	Y int `json:"y"`
}

Jump to

Keyboard shortcuts

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