Skip to content

Commit 27ebab5

Browse files
committed
feat(ColorMaps): Add inverted grayscale colormap preset
1 parent 920c228 commit 27ebab5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Sources/Rendering/Core/ColorTransferFunction/ColorMaps.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,12 @@
601601
0.9820137900379085
602602
]
603603
},
604+
{
605+
"ColorSpace" : "RGB",
606+
"Name" : "Inverted Grayscale",
607+
"NanColor" : [ 1, 0, 0 ],
608+
"RGBPoints" : [ 0, 1, 1, 1, 1, 0, 0, 0 ]
609+
},
604610
{
605611
"ColorSpace" : "RGB",
606612
"Name" : "BkRd",

0 commit comments

Comments
 (0)