Image.Procedural
Fields / Optional
transform
The transformation matrix to use for obtaining input coordinates for the noise function. If null or all-zero, the following transformation will be used: C' = (C + 0.5) / S
, where C
is the input pixel X/Y coordinate, S
is the image width/height and C'
is the output coordinate for the noise function.