chromium/third_party/blink/renderer/platform/graphics/dark_mode_color_classifier_test.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/platform/graphics/dark_mode_color_classifier.h"

#include "base/check_op.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/platform/graphics/dark_mode_settings.h"
#include "third_party/skia/include/core/SkColor.h"

namespace blink {
namespace {

SkColor GetColorWithBrightness(int target_brightness) {}

TEST(DarkModeColorClassifierTest, ApplyFilterToDarkForegroundOnly) {}

TEST(DarkModeColorClassifierTest, ApplyFilterToLightBackgroundElementsOnly) {}

}  // namespace
}  // namespace blink