adjust overall stone contrast

This commit is contained in:
Michael Chris Lopez
2021-08-23 13:10:05 +08:00
parent 430dae4f8c
commit 0eee67d719

View File

@@ -46,7 +46,7 @@ local lush = require "lush"
local hsluv = lush.hsluv
local sand = hsluv(39, 12, 90)
local stone = hsluv(230, 30, 26)
local stone = hsluv(230, 30, 24)
local leaf = hsluv(103, 72, 46)
local water = hsluv(236, 84, 40)
local rose = hsluv(5, 76, 46)