Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Variables
MixerSlide.cpp File Reference
#include "include/core/SkCanvas.h"
#include "include/core/SkColorFilter.h"
#include "include/core/SkImage.h"
#include "include/core/SkPath.h"
#include "include/core/SkRegion.h"
#include "include/core/SkShader.h"
#include "include/effects/SkGradientShader.h"
#include "src/base/SkUtils.h"
#include "tools/DecodeUtils.h"
#include "tools/Resources.h"
#include "tools/viewer/ClickHandlerSlide.h"

Go to the source code of this file.

Classes

class  MixerSlide
 

Variables

const float gMat []
 

Variable Documentation

◆ gMat

const float gMat[]
Initial value:
= {
.3f, .6f, .1f, 0, 0,
.3f, .6f, .1f, 0, 0,
.3f, .6f, .1f, 0, 0,
0, 0, 0, 1, 0,
}

Definition at line 20 of file MixerSlide.cpp.

20 {
21 .3f, .6f, .1f, 0, 0,
22 .3f, .6f, .1f, 0, 0,
23 .3f, .6f, .1f, 0, 0,
24 0, 0, 0, 1, 0,
25};