Inviwo  0.9.10.1
Inviwo documentation
glsl::Legend Class Reference

Public Member Functions

vec4 checkerBoard (vec2 pos)
 
vec4 over (vec4 colorB, vec4 colorA)
 
void main ()
 

Public Attributes

uniform sampler2D transferFunction
 
uniform int legendRotation
 
uniform int backgroundStyle
 
uniform float checkerBoardSize
 
uniform vec4 checkerColor1 = vec4(0.5, 0.5, 0.5, 1)
 
uniform vec4 checkerColor2 = vec4(1, 1, 1, 1)
 
uniform vec4 color = vec4(0, 0, 0, 1)
 
uniform int borderWidth = 1
 
uniform ivec4 viewport = ivec4(0, 128, 128, 128)
 

Member Data Documentation

◆ transferFunction

uniform sampler2D glsl::Legend::transferFunction
Remarks
Fragment-Shader

The documentation for this class was generated from the following file: