Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update colorama example 1 #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 4 additions & 16 deletions examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -1087,23 +1087,11 @@ noise(3,0.1)
description: "Shift HSV values.",
example: [
{
code: `
osc(20)
.color([1,0,0,1,0],[0,1,0,1,0],[0,0,1,1,0])
.colorama([0.005,0.33,0.66,1.0].fast(0.125))
.out(o0)`,
code: `osc(20).colorama(.01).out(o0)`,
comments: {
en: `
// 20Hz oscillator source
// color sequence of Red, Green, Blue, White, Black
// colorama sequence of 0.005, 0.5, 1.0 at 1/8 speed
// output to buffer o0`,
es: `
// oscilador de 20Hz
// secuencia de color que cambia entre rojo, verde, azul, blanco y negro
// secuencia de colorama de 0.005, 0.5, 1.0 a un octavo de velocidad
// salida al buffer o0`,
ja: "デフォルト",
en: "",
es: "",
ja: "",
}
},
{
Expand Down