2
0

Well-defined initial identicon color.

This commit is contained in:
Maarten Billemont 2020-01-23 15:47:44 -05:00
parent 7f7910f0a9
commit 44a9ee0f15
2 changed files with 3 additions and 2 deletions

View File

@ -107,7 +107,8 @@ typedef mpw_enum ( uint32_t, MPCounterValue ) {
/** These colours are compatible with the original ANSI SGR. */ /** These colours are compatible with the original ANSI SGR. */
typedef mpw_enum( uint8_t, MPIdenticonColor ) { typedef mpw_enum( uint8_t, MPIdenticonColor ) {
MPIdenticonColorRed = 1, MPIdenticonColorBlack,
MPIdenticonColorRed,
MPIdenticonColorGreen, MPIdenticonColorGreen,
MPIdenticonColorYellow, MPIdenticonColorYellow,
MPIdenticonColorBlue, MPIdenticonColorBlue,