luma
Create a grayscale color.
Example
#for x in range(250, step: 50) {
box(square(fill: luma(x)))
}

ParametersParameters are the inputs to a function. They are specified in parentheses after the function name.
Parameters are the inputs to a function. They are specified in parentheses after the function name.
gray
The gray component.