Add SkBitmap::getColor(int x, int y) - return the color of a pixel in a bitmap.
authorvandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 24 Feb 2011 22:50:55 +0000 (22:50 +0000)
committervandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 24 Feb 2011 22:50:55 +0000 (22:50 +0000)
commit112706d4c566e283890322bb246b4b86d59837e1
tree6a1015664d9f4ed7c3bf95060f9e053174aff935
parent8ab3e0f07ff5a0a5b9357700fa7961f9a15b7200
Add SkBitmap::getColor(int x, int y) - return the color of a pixel in a bitmap.

Review URL: http://codereview.appspot.com/4230041

git-svn-id: http://skia.googlecode.com/svn/trunk@854 2bbb7eff-a529-9590-31e7-b0007b416f81
include/core/SkBitmap.h
src/core/SkBitmap.cpp