/* * Copyright 2007 The Android Open Source Project * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkColorMatrix_DEFINED #define SkColorMatrix_DEFINED #include "include/core/SkTypes.h" #include <algorithm> #include <array> enum SkYUVColorSpace : int; class SK_API SkColorMatrix { … }; #endif