| D | vf_pseudocolor.c | 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 99 typedef struct Fill { struct 100 float fill[4]; member 101 } Fill; argument 103 typedef struct Range { struct 105 } Range; argument 109 const Range *ranges; 111 const Fill *fills; 114 static const Range full_range = {{0, 1}, {1, 1}}; 115 static const Range nominal_range[] = {{{0, 1}, {4096, 65536}}, {{4096, 65536}, {60161, 65536}}, {{6… [all …]
|