/* * Copyright 2023 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkGainmapShader_DEFINED #define SkGainmapShader_DEFINED #include "include/core/SkRefCnt.h" #include "include/private/base/SkAPI.h" class SkColorSpace; class SkShader; class SkImage; struct SkGainmapInfo; struct SkRect; struct SkSamplingOptions; /** * A gainmap shader will apply a gainmap to an base image using the math described alongside the * definition of SkGainmapInfo. */ class SK_API SkGainmapShader { … }; #endif