Skip to content

Commit

Permalink
Added bloom preset
Browse files Browse the repository at this point in the history
  • Loading branch information
fgatti675 committed Jun 22, 2024
1 parent 2d81764 commit 6de3819
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions editor/src/components/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,46 @@ export const FIRECMS_PRESET = {
"backgroundAlpha": 1
};

export const BLOOM_PRESET = {
"colors": [
{
"color": "#FF0A39",
"enabled": true
},
{
"color": "#FFC858",
"enabled": true
},
{
"color": "#17E7FF",
"enabled": true
},
{
"color": "#4A21FF",
"enabled": true
},
{
"color": "#f5e1e5",
"enabled": false
}
],
"speed": 4,
"horizontalPressure": 6,
"verticalPressure": 6,
"waveFrequencyX": 0,
"waveFrequencyY": 0,
"waveAmplitude": 0,
"shadows": 0,
"highlights": 0,
"colorBrightness": 1.95,
"colorSaturation": 10,
"wireframe": false,
"colorBlending": 6,
"backgroundColor": "#003FFF",
"backgroundAlpha": 1,
"resolution": 1
};

export const GLITCH_PRESET = {
"colors": [
{
Expand Down Expand Up @@ -356,6 +396,7 @@ export const SPLASH_PRESET = {
export const PRESETS = {
"Stripe": STRIPE_PRESET,
"FireCMS": FIRECMS_PRESET,
"Bloom": BLOOM_PRESET,
"Prussian": PRUSSIAN_BLUE_PRESET,
// "We the root": WE_THE_ROOT_PRESET,
"Clouds": CLOUDS_PRESET,
Expand Down

0 comments on commit 6de3819

Please sign in to comment.