mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-12 01:34:12 +02:00
change default value
This commit is contained in:
@@ -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(
|
let(
|
||||||
width = len(levels[0]),
|
width = len(levels[0]),
|
||||||
height = len(levels),
|
height = len(levels),
|
||||||
|
Reference in New Issue
Block a user