1
2
3
4
5
6
7
package avt

import "avt-go/types"

type Color = types.Color
type ColorIndexed = types.ColorIndexed
type ColorRGB = types.ColorRGB