GetColor
code:cpp
unsigned int GetColor( int Red , int Green , int Blue ) ;
RGBで色コードを取得する。
Red, Green, Blue
それぞれの色を0 ~ 255 までの数字で指定する
戻り値
カラーコード