This commit is contained in:
2022-04-22 20:24:36 +02:00
committed by GitHub
parent a7a44b39dc
commit a75f37c2d4

View File

@ -214,7 +214,7 @@ namespace RenderD7
u8 m_r, m_g ,m_b, m_a; u8 m_r, m_g ,m_b, m_a;
}; };
std::string RGB2Hex(int r, int g, int b) std::string RGB2Hex(int r, int g, int b);
u32 Hex(const std::string color, u8 a = 255); u32 Hex(const std::string color, u8 a = 255);
} }
int GetRandomInt(int b, int e); int GetRandomInt(int b, int e);