FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_vis_color_mapping.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2019 FrontISTR Commons
3  * This software is released under the MIT License, see LICENSE.txt
4  *****************************************************************************/
5 
6 #ifndef HECMW_VIS_COLOR_MAPPING_H_INCLUDED
7 #define HECMW_VIS_COLOR_MAPPING_H_INCLUDED
8 
9 void value_to_rgb(double value, double color[3], double mincolor,
10  double maxcolor, int color_mapping_style,
11  double *interval_point, int interval_mapping_num,
12  int color_system_type);
13 
14 #endif /* HECMW_VIS_COLOR_MAPPING_H_INCLUDED */
value_to_rgb
void value_to_rgb(double value, double color[3], double mincolor, double maxcolor, int color_mapping_style, double *interval_point, int interval_mapping_num, int color_system_type)
Definition: hecmw_vis_color_mapping.c:12