Skip to content

Commit

Permalink
New: Color filter - Violet and brown saturated
Browse files Browse the repository at this point in the history
  • Loading branch information
ollm authored Oct 17, 2023
1 parent 0597696 commit 9206e38
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/reading/filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ var presetColors = {
{h: 18, s: 0.72, m: 3},
{h: 28, s: 0.83, m: 1}
],
violetAndBrownSaturated: [
{h: 323, s: 0.7, m: 1},
{h: 321, s: 0.8, m: 1},
{h: 314, s: 1, m: 10},
{h: 18, s: 1.4, m: 5},
{h: 28, s: 0.8, m: 1}
],

// One tone colors
red: [
Expand Down Expand Up @@ -1137,6 +1144,7 @@ function loadFiltersPresets()
'violetAndCarnation',
'violetAndCarnationGray',
'violetAndBrown',
'violetAndBrownSaturated',
],
},
{
Expand Down

0 comments on commit 9206e38

Please sign in to comment.