Index: gm/color4f.cpp |
diff --git a/gm/color4f.cpp b/gm/color4f.cpp |
index 5a516a569b640a4119faef643b877ac11b86c1fe..b3be57bdf9d0525e3b805391bfdbd09c94d22ffd 100644 |
--- a/gm/color4f.cpp |
+++ b/gm/color4f.cpp |
@@ -99,10 +99,10 @@ DEF_SIMPLE_GM(color4shader, canvas, 1024, 260) { |
mat.set3x3(0, 1, 0, 0, 0, 1, 1, 0, 0); |
const SkColor4f colors[] { |
- { 1, 1, 0, 0 }, |
- { 1, 0, 1, 0 }, |
{ 1, 0, 0, 1 }, |
- { 1, 0.5, 0.5, 0.5 }, |
+ { 0, 1, 0, 1 }, |
+ { 0, 0, 1, 1 }, |
+ { 0.5, 0.5, 0.5, 1 }, |
}; |
SkPaint paint; |