get-pixel ( {i,j} image -- pixel )


Vocabulary
rosetta-code.bitmap

Inputs
{i,j}an object
imagean object


Outputs
pixelan object


Definition

: get-pixel ( {i,j} image -- pixel ) Mi,j ; inline