Fixed color hexadecimal invalid size

This commit is contained in:
diamondburned (Forefront) 2020-06-03 21:15:52 -07:00
parent deadc66d46
commit fa7f2fdca4
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ type Imager interface {
// Colorer is a text color format that a segment could implement. This is to be
// applied directly onto the text.
type Colorer interface {
Color() uint16
Color() uint32
}
// Attributor is a rich text markup format that a segment could implement. This