1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-11 01:04:07 +02:00

change default value

This commit is contained in:
Justin Lin
2019-08-27 07:32:07 +08:00
parent a900d5bf3b
commit 86a7f9bb9d

View File

@@ -16,7 +16,7 @@ function _px_gray_row(r_count, row_bits, width, height, center, invert, normaliz
]
];
function px_gray(levels, center = false, invert = false, normalize = true) =
function px_gray(levels, center = false, invert = false, normalize = false) =
let(
width = len(levels[0]),
height = len(levels),