This commit is contained in:
tobid7 2022-04-22 20:24:36 +02:00 committed by GitHub
parent a7a44b39dc
commit a75f37c2d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,7 +214,7 @@ namespace RenderD7
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);
}
int GetRandomInt(int b, int e);