Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
SkColorMatrixFilter.h
Go to the documentation of this file.
1/*
2 * Copyright 2007 The Android Open Source Project
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8#ifndef SkColorMatrixFilter_DEFINED
9#define SkColorMatrixFilter_DEFINED
10
12
13// (DEPRECATED) This factory function is deprecated. Please use the one in
14// SkColorFilters (i.e., Lighting).
16public:
20};
21
22#endif
#define SK_API
Definition SkAPI.h:35
uint32_t SkColor
Definition SkColor.h:37
static sk_sp< SkColorFilter > Lighting(SkColor mul, SkColor add)
static sk_sp< SkColorFilter > MakeLightingFilter(SkColor mul, SkColor add)