mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-29 17:44:36 +00:00
Add more colors
This commit is contained in:
@@ -423,24 +423,32 @@ private:
|
|||||||
{
|
{
|
||||||
switch (colorId)
|
switch (colorId)
|
||||||
{
|
{
|
||||||
case 0:
|
case 0x00:
|
||||||
return "White";
|
return "White";
|
||||||
case 1:
|
case 0x01:
|
||||||
return "Black";
|
return "Black";
|
||||||
case 2:
|
case 0x02:
|
||||||
return "Red";
|
return "Red";
|
||||||
case 3:
|
case 0x03:
|
||||||
return "Blue";
|
return "Blue";
|
||||||
case 4:
|
case 0x04:
|
||||||
return "Pink";
|
return "Pink";
|
||||||
case 5:
|
case 0x05:
|
||||||
return "Gray";
|
return "Gray";
|
||||||
case 6:
|
case 0x06:
|
||||||
return "Silver";
|
return "Silver";
|
||||||
case 7:
|
case 0x07:
|
||||||
return "Gold";
|
return "Gold";
|
||||||
case 8:
|
case 0x08:
|
||||||
return "Rose Gold";
|
return "Rose Gold";
|
||||||
|
case 0x09:
|
||||||
|
return "Space Gray";
|
||||||
|
case 0x0a:
|
||||||
|
return "Dark Blue";
|
||||||
|
case 0x0b:
|
||||||
|
return "Light Blue";
|
||||||
|
case 0x0c:
|
||||||
|
return "Yellow";
|
||||||
default:
|
default:
|
||||||
return "Unknown";
|
return "Unknown";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user