/* * Copyright 2023 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkTriColorShader_DEFINED #define SkTriColorShader_DEFINED #include "include/core/SkMatrix.h" #include "include/core/SkTypes.h" #include "include/private/SkColorData.h" #include "src/shaders/SkShaderBase.h" struct SkPoint; struct SkStageRec; class SkTriColorShader : public SkShaderBase { … }; #endif