float-map>image ( floats: float-array dim scale: float bias: float -- image: image )


Vocabulary
noise

Inputs
floatsa float-array
diman object
scalea float
biasa float


Outputs
imagean image


Definition

:: float-map>image
( floats: float-array dim scale: float bias: float -- image: image )
floats scale bias float-map>byte-map dim byte-map>image ;
inline