Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: include/effects/SkColorCubeFilter.h

Issue 1295873004: SkColorCubeFilter: require alpha == 0xFF. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: just perf Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/core/SkPMFloat.h » ('j') | src/opts/SkColorCubeFilter_opts.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/effects/SkColorCubeFilter.h
diff --git a/include/effects/SkColorCubeFilter.h b/include/effects/SkColorCubeFilter.h
index c3a19c713134d37e7ef8a3c3c4be635bf6a63a1a..6af46681515df9c81c31cbcd86234bb2f4d20fb3 100644
--- a/include/effects/SkColorCubeFilter.h
+++ b/include/effects/SkColorCubeFilter.h
@@ -17,7 +17,7 @@ public:
/** cubeData must containt a 3D data in the form of cube of the size:
* cubeDimension * cubeDimension * cubeDimension * sizeof(SkColor)
* This cube contains a transform where (x,y,z) maps to the (r,g,b).
- * The alpha components of the colors are ignored (treated as 0xFF).
+ * The alpha components of the colors must be 0xFF.
*/
Noel Gordon 2015/08/20 01:43:29 Yeap, https://code.google.com/p/chromium/codesearc
static SkColorFilter* Create(SkData* cubeData, int cubeDimension);
« no previous file with comments | « no previous file | src/core/SkPMFloat.h » ('j') | src/opts/SkColorCubeFilter_opts.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698