GNU Radio's TEST Package
gl_cmap_gen.h
Go to the documentation of this file.
1/*
2 * gl_cmap_gen.h
3 *
4 * OpenGL color map generators
5 *
6 * Copyright (C) 2013-2021 Sylvain Munaut
7 * SPDX-License-Identifier: GPL-3.0-or-later
8 */
9
10#pragma once
11
12/*! \addtogroup gl/cmap
13 * @{
14 */
15
16/*! \file gl_cmap_gen.h
17 * \brief OpenGL color map generators
18 */
19
20#include <stdint.h>
21
22int fosphor_gl_cmap_histogram(uint32_t *rgba, int N, void *arg);
23int fosphor_gl_cmap_waterfall(uint32_t *rgba, int N, void *arg);
24
25/*! @} */
int fosphor_gl_cmap_histogram(uint32_t *rgba, int N, void *arg)
int fosphor_gl_cmap_waterfall(uint32_t *rgba, int N, void *arg)