blob: c98c78d7e7a9d027e3d2020d7eb6679446619d32 [file] [log] [blame]
/*
* 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
// TransferFunction.h contains skcms-private APIs for working with skcms_TransferFunction.
#include <stdbool.h>
float skcms_TransferFunction_eval(const skcms_TransferFunction*, float);
bool skcms_TransferFunction_invert(const skcms_TransferFunction*, skcms_TransferFunction*);