chromium/third_party/blink/public/common/forcedark/forcedark_switches.h

// 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.

#ifndef THIRD_PARTY_BLINK_PUBLIC_COMMON_FORCEDARK_FORCEDARK_SWITCHES_H_
#define THIRD_PARTY_BLINK_PUBLIC_COMMON_FORCEDARK_FORCEDARK_SWITCHES_H_

namespace blink {

// Specifies algorithm for modifying how colors are rendered in Force Dark.
enum class ForceDarkInversionMethod {};

// Specifies algorithm for determining which images to invert in Force Dark.
enum class ForceDarkImageBehavior {};

// Specifies the classifier used to determine which images to invert, when
// ForceDarkImageBehavior is |kInvertSelectively|
enum class ForceDarkImageClassifier {};

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_PUBLIC_COMMON_FORCEDARK_FORCEDARK_SWITCHES_H_