Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Settings ¶
type Settings struct { // TwoColor specifies if the identicon should be // generated using one or two colors. TwoColor bool // Alpha specifies the transparency of the generated identicon. Alpha uint8 }
func DefaultSettings ¶
func DefaultSettings() *Settings
DefaultSettings returns a Settings object with the recommended settings.
Click to show internal directories.
Click to hide internal directories.