Klasika

** Work in progress

This is a development, or improved version of my Beleza. I want to show something more classic and dominant with ancient colors. I chose the color palette carefully and tested it repeatedly to ensure it matched with the theme I wanted to achieve.

Noise & Shadow

As I said before, klasika is improvement version of my Beleza. I modified some parameters within the algorithm and add new functions to make noise and shadow

noise using random colors from color palette variable

for (var e = 0; e < cw; e++) for (var r = 0; r < ch; r++) gTxture.set(e, r, color(clAlpha(random(palette), 0.4), noise(e / 100, r / 100, (e * r) / nr) * random(500, 900)));

drawingContext.shadowOffsetX = -25;
drawingContext.shadowOffsetY = 10;
drawingContext.shadowBlur = 10;
drawingContext.shadowColor = cf;

Klasika Gallery

selected works from klasika (temporary)