ColorSelection.cpp -> RGBSelection.cpp.

This commit is contained in:
StackZ
2020-07-15 20:51:17 +02:00
parent a145c20a91
commit dc64c2e2a7
3 changed files with 14 additions and 14 deletions
@@ -84,7 +84,7 @@ static void Draw(u8 r, u8 g, u8 b) {
}
u32 Overlays::SelectColor(u32 oldColor) {
u32 Overlays::SelectRGB(u32 oldColor) {
u8 r = ColorHelper::getColorValue(oldColor, 2);
u8 g = ColorHelper::getColorValue(oldColor, 1);
u8 b = ColorHelper::getColorValue(oldColor, 0);