// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_GFX_COLOR_TRANSFORM_H_ #define UI_GFX_COLOR_TRANSFORM_H_ #include <memory> #include <optional> #include <string> #include "base/feature_list.h" #include "third_party/skia/include/core/SkData.h" #include "third_party/skia/include/effects/SkRuntimeEffect.h" #include "ui/gfx/color_space.h" #include "ui/gfx/color_space_export.h" #include "ui/gfx/geometry/point3_f.h" #include "ui/gfx/hdr_metadata.h" gfx // namespace gfx #endif // UI_GFX_COLOR_TRANSFORM_H_