Skip to content

Instantly share code, notes, and snippets.

View Rawphs's full-sized avatar
🫥

Raphaela Protásio Rawphs

🫥
  • Passionate People
  • Heerhugowaard, NL
View GitHub Profile
@Rawphs
Rawphs / gradient.frag
Created December 22, 2021 14:17
Fragment shader for gradient project
#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)
/*: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;*/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.