Skip to content
This is the alpha v4 version website. Looking for the v3 documentation?

DrawingMode

DrawingMode = "image" | "color"

Defined in: packages/node-image/src/types.ts:25

Drawing mode for images.

  • “image”: Image is rendered as-is (transparent pixels show through)
  • “color”: Image pixels are colorized with the node color (for pictograms)