summaryrefslogtreecommitdiffstats
path: root/dimension/tests/demo.dmnsn
diff options
context:
space:
mode:
Diffstat (limited to 'dimension/tests/demo.dmnsn')
-rw-r--r--dimension/tests/demo.dmnsn6
1 files changed, 3 insertions, 3 deletions
diff --git a/dimension/tests/demo.dmnsn b/dimension/tests/demo.dmnsn
index 3a04abc..75a97a7 100644
--- a/dimension/tests/demo.dmnsn
+++ b/dimension/tests/demo.dmnsn
@@ -33,7 +33,7 @@ background = PigmentMap(
pattern = Gradient(Y),
map = {
0: image_map,
- 0.35: Color(0, 0.1, 0.2, trans = 0.1, filter = 0.0),
+ 0.35: sRGB(0, 0.1, 0.2, trans = 0.1, filter = 0.0),
},
)
@@ -50,8 +50,8 @@ hollow_cube = Difference(
(-1, -1, -1), (1, 1, 1),
texture = Texture(
- pigment = Color(0, 0, 1, trans = 0.75, filter = 1/3),
- finish = Reflection(min = 0, max = 0.5),
+ pigment = sRGB(0, 0, 1, trans = 0.75, filter = 1/3),
+ finish = Reflection(min = 0, max = sRGB(0.5)),
),
interior = Interior(
ior = 1.1,