bmp.getPixel(x,y); 해서 터치한 좌표에서 픽셀값을 얻어옵니다
이 한 픽셀이 어떤색상인지를 반환해야하는데 어떻게해야할까요 ?
return 값이 컬러값입니다.
The argb Color at the specified coordinate.
Color
채널 분리하시려면 Color 클래스를 사용하면 될 것 같구요..
로그인 유지
return 값이 컬러값입니다.
The argb
Color
at the specified coordinate.채널 분리하시려면 Color 클래스를 사용하면 될 것 같구요..