This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifdef GL_ES | |
precision mediump float; | |
#endif | |
uniform float u_time; | |
uniform sampler2D u_texture; | |
varying vec2 v_texcoord; | |
vec4 rgb(float r, float g, float b) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*:root {*/ | |
/* --elevation-main:1px 0px 4px rgba(0,0,0,0.25);*/ | |
/* --palette-primary-darkest:#0d5b8f;*/ | |
/* --palette-primary-dark:#27509A; !* Telegraaf blue *!*/ | |
/* --palette-primary-main:#27509A;*/ | |
/* --palette-primary-light:#67b2e4;*/ | |
/* --palette-primary-lighter:#8dc5eb;*/ | |
/* --palette-primary-lightest:#ebf5fb;*/ | |
/* --palette-grey-darkest:#404345;*/ | |
/* --palette-grey-dark:#65696b;*/ |