Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArrayToHexString ¶
func MapOfColorThemes ¶
MapOfColorThemes is used to build random images with colors that go together.
func ToHexString ¶
Types ¶
type GradientVector ¶
type GradientVector struct { X1 uint8 // horizontal axis of first point Y1 uint8 // vertical axis of first point X2 uint8 // horizontal axis of second point Y2 uint8 // vertical axis of second point }
GradientVector defines the direction and size of the vector to use in order to get a gradient color