NEW:support transparent color display

Change-Id: I49e0e4c507121af7dad912a3a549348e7ade8eec
This commit is contained in:
tao wang
2023-05-16 20:53:08 +08:00
committed by Lane.Wei
parent a02dd19264
commit 6d9d5652bc
14 changed files with 317 additions and 49 deletions

View File

@ -449,6 +449,7 @@ bool BitmapCache::parse_color(const std::string& scolor, unsigned char* rgb_out)
return false;
rgb_out[i] = (unsigned char)(digit1 * 16 + digit2);
}
return true;
}