Render generates an identicon.
code is a code derived by the Code function.
totalSize specifies the total size in pixels. It is recommended that
this is divisible by 3.
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
}