yes
This commit is contained in:
parent
c6ebdab026
commit
51b16fcad7
@ -84,16 +84,16 @@ instance Species (String,Float,Float, Image PixelRGB8) (V.Vector LAB) where
|
|||||||
lightScheme
|
lightScheme
|
||||||
= lightnessError (V.fromList [90, 70, 55, 35, 25, 10, 5, 5]) 40
|
= lightnessError (V.fromList [90, 70, 55, 35, 25, 10, 5, 5]) 40
|
||||||
|
|
||||||
// 0.2, 0.133,0.178,0.85,0.93,0.88,1.0,1.0 for 0.1 scale
|
-- 0.2, 0.133,0.178,0.85,0.93,0.88,1.0,1.0 for 0.1 scale
|
||||||
// f(x) = ax+b for multiplier (light)
|
-- f(x) = ax+b for multiplier (light)
|
||||||
// 0.889, 0.111
|
-- 0.889, 0.111
|
||||||
// 0.963, 0.037
|
-- 0.963, 0.037
|
||||||
// 0.913, 0.087
|
-- 0.913, 0.087
|
||||||
// 0.167, 0.833
|
-- 0.167, 0.833
|
||||||
// 0.078, 0.922
|
-- 0.078, 0.922
|
||||||
// 0.133, 0.087
|
-- 0.133, 0.087
|
||||||
// 0.0, 1.0
|
-- 0.0, 1.0
|
||||||
// 0.0, 1.0
|
-- 0.0, 1.0
|
||||||
|
|
||||||
{-
|
{-
|
||||||
For dark themes, the background is dark and the text is bright.
|
For dark themes, the background is dark and the text is bright.
|
||||||
@ -102,13 +102,13 @@ instance Species (String,Float,Float, Image PixelRGB8) (V.Vector LAB) where
|
|||||||
darkScheme
|
darkScheme
|
||||||
= lightnessError (V.fromList [10, 30, 45, 65, 75, 90, 95, 95]) 60
|
= lightnessError (V.fromList [10, 30, 45, 65, 75, 90, 95, 95]) 60
|
||||||
|
|
||||||
// 0.2, 0.133,0.178,0.85,0.93,0.88,1.0,1.0 for 0.1 scale
|
-- 0.2, 0.133,0.178,0.85,0.93,0.88,1.0,1.0 for 0.1 scale
|
||||||
// f(x) = ax+b for multiplier (dark)
|
-- f(x) = ax+b for multiplier (dark)
|
||||||
// 0.889, 0.111
|
-- 0.889, 0.111
|
||||||
// 0.963, 0.037
|
-- 0.963, 0.037
|
||||||
// 0.913, 0.087
|
-- 0.913, 0.087
|
||||||
// 0.167, 0.833
|
-- 0.167, 0.833
|
||||||
// 0.078, 0.922
|
-- 0.078, 0.922
|
||||||
// 0.133, 0.087
|
-- 0.133, 0.087
|
||||||
// 0.0, 1.0
|
-- 0.0, 1.0
|
||||||
// 0.0, 1.0
|
-- 0.0, 1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user