aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/skcms/src/ICCProfile.h
blob: 39967a1cb2f9716c9df9d2956203ba80878240dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright 2018 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#pragma once

#include <stdbool.h>

bool skcms_GetCHAD(const skcms_ICCProfile* profile, skcms_Matrix3x3* m);