Well-defined initial identicon color.
This commit is contained in:
		@@ -210,7 +210,7 @@ MPIdenticon mpw_identicon(const char *fullName, const char *masterPassword) {
 | 
			
		||||
                .body = "",
 | 
			
		||||
                .rightArm = "",
 | 
			
		||||
                .accessory = "",
 | 
			
		||||
                .color=0,
 | 
			
		||||
                .color = 0,
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
    MPIdenticon identicon = {
 | 
			
		||||
 
 | 
			
		||||
@@ -107,7 +107,8 @@ typedef mpw_enum ( uint32_t, MPCounterValue ) {
 | 
			
		||||
 | 
			
		||||
/** These colours are compatible with the original ANSI SGR. */
 | 
			
		||||
typedef mpw_enum( uint8_t, MPIdenticonColor ) {
 | 
			
		||||
    MPIdenticonColorRed = 1,
 | 
			
		||||
    MPIdenticonColorBlack,
 | 
			
		||||
    MPIdenticonColorRed,
 | 
			
		||||
    MPIdenticonColorGreen,
 | 
			
		||||
    MPIdenticonColorYellow,
 | 
			
		||||
    MPIdenticonColorBlue,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user