File: colormaps.glsl

package info (click to toggle)
python-vispy 0.16.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,112 kB
  • sloc: python: 61,648; javascript: 6,800; ansic: 2,104; makefile: 141; sh: 6
file content (24 lines) | stat: -rw-r--r-- 781 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// ----------------------------------------------------------------------------
// Copyright (c) 2014, Nicolas P. Rougier. All Rights Reserved.
// Distributed under the (new) BSD License.
// ----------------------------------------------------------------------------
#include "colormaps/util.glsl"
#include "colormaps/user.glsl"

#include "colormaps/hot.glsl"
#include "colormaps/gray.glsl"
#include "colormaps/cool.glsl"
#include "colormaps/wheel.glsl"

#include "colormaps/autumn.glsl"
#include "colormaps/winter.glsl"
#include "colormaps/spring.glsl"
#include "colormaps/summer.glsl"

#include "colormaps/ice.glsl"
#include "colormaps/fire.glsl"
#include "colormaps/icefire.glsl"

#include "colormaps/reds.glsl"
#include "colormaps/blues.glsl"
#include "colormaps/greens.glsl"