aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/skcms/src/Curve.h
blob: af01d53b2f54f76ff5901df2df1ed5a43a3ba57b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * 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 "../skcms.h"

// Evaluate an skcms_Curve at x.
float skcms_eval_curve(const skcms_Curve*, float x);