struct rgb_color | |
{ | |
int m_red; | |
int m_green; | |
int m_blue; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
struct rgb_color | |
{ | |
int m_red; | |
int m_green; | |
int m_blue; | |
}; |