Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
RGBA4f_notequal1_operator.cpp
Go to the documentation of this file.
1// Copyright 2019 Google LLC.
2// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
4// HASH=82f1a9b4c2b27aa547061786d1f33dab
5REG_FIDDLE(RGBA4f_notequal1_operator, 256, 256, true, 0) {
6void draw(SkCanvas* canvas) {
7 SkColor4f colorGray = { .5, .5, .5, 1 };
9 SkDebugf("colorGray %c= colorNamedGray ", colorGray != colorNamedGray ? '!' : '=');
10}
11} // END FIDDLE
constexpr SkColor SK_ColorGRAY
Definition SkColor.h:113
void SK_SPI SkDebugf(const char format[],...) SK_PRINTF_LIKE(1
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
Definition aaclip.cpp:27
#define REG_FIDDLE(NAME, W, H, TEXT, I)
Definition examples.h:60
static SkRGBA4f FromColor(SkColor color)