setPositionNormalized abstract method

void setPositionNormalized(
  1. num x,
  2. num y
)

Set the normalized coordinates of the pixel, in the range [0, 1].

Implementation

void setPositionNormalized(num x, num y);