operator []= abstract method

void operator []=(
  1. Position position,
  2. Color? color
)

Set the color at the specified position.

Use null to make the position transparent.

Implementation

void operator []=(Position position, Color? color);