Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Hue.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=41e45570d682397d3b8ff2f51bd9c574
5REG_FIDDLE(Hue, 256, 256, false, 3) {
6void draw(SkCanvas* canvas) {
7 canvas->drawImage(image, 0, 0);
8 canvas->drawColor(0xFF00FF00, SkBlendMode::kHue);
9}
10} // END FIDDLE
@ kHue
hue of source with saturation and luminosity of destination
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
Definition aaclip.cpp:27
void drawColor(SkColor color, SkBlendMode mode=SkBlendMode::kSrcOver)
Definition SkCanvas.h:1182
void drawImage(const SkImage *image, SkScalar left, SkScalar top)
Definition SkCanvas.h:1528
sk_sp< SkImage > image
Definition examples.cpp:29
#define REG_FIDDLE(NAME, W, H, TEXT, I)
Definition examples.h:60