commit | a9652ac09ee45b964e0d906887e1521ee328cb6a | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Fri Jul 31 05:17:24 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jul 31 05:17:24 2015 -0700 |
tree | 9a31a2e0c2167d9ef02a2189104f857fd5207e40 | |
parent | 850bbf1bb62e07b02e16627e522079f60333d857 [diff] [blame] |
Address some SkLightingShader TODOs This CL: switches the light colors to be 3 scalars (SkColor3f) adds some dox Review URL: https://codereview.chromium.org/1265983003
diff --git a/include/effects/SkPoint3.h b/include/effects/SkPoint3.h index f9b727b..c086931 100644 --- a/include/effects/SkPoint3.h +++ b/include/effects/SkPoint3.h
@@ -109,5 +109,6 @@ }; typedef SkPoint3 SkVector3; +typedef SkPoint3 SkColor3f; #endif