Flutter Engine
The Flutter Engine
Functions
Saturation.cpp File Reference
#include "tools/fiddle/examples.h"

Go to the source code of this file.

Functions

 REG_FIDDLE (Saturation, 256, 256, false, 3)
 

Function Documentation

◆ REG_FIDDLE()

REG_FIDDLE ( Saturation  ,
256  ,
256  ,
false  ,
 
)

Definition at line 4 of file Saturation.cpp.

4 {
5void draw(SkCanvas* canvas) {
6 canvas->drawImage(image, 0, 0);
7 canvas->drawColor(0xFF00FF00, SkBlendMode::kSaturation);
8}
9} // END FIDDLE
@ kSaturation
saturation of source with hue 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< const SkImage > image
Definition: SkRecords.h:269