chromium/ui/base/wayland/color_manager_util.cc

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

#include "ui/base/wayland/color_manager_util.h"

#include <cstdint>

#include "chrome-color-management-server-protocol.h"

namespace ui::wayland {

zcr_color_manager_v1_chromaticity_names ToColorManagerChromaticity(
    gfx::ColorSpace::PrimaryID primaryID,
    uint32_t version) {}

zcr_color_manager_v1_matrix_names ToColorManagerMatrix(
    gfx::ColorSpace::MatrixID matrixID,
    uint32_t version) {}

zcr_color_manager_v1_range_names ToColorManagerRange(
    gfx::ColorSpace::RangeID rangeID,
    uint32_t version) {}

zcr_color_manager_v1_eotf_names ToColorManagerEOTF(
    gfx::ColorSpace::TransferID transferID,
    uint32_t version) {}

zcr_color_manager_v1_eotf_names ToColorManagerEOTF(gfx::ColorSpace color_space,
                                                   uint32_t version) {}
}  // namespace ui::wayland