Skip to main content

Bitmap.brush_extend_mode_x

Bitmap.brush_extend_mode_x

Specifies how a brush paints areas outside of the bitmap with one of the following values with the brush_extend_mode_y property.

  • 'clamp':
    Repeat the edge pixels of the bitmap for all regions outside the bitmap area.
  • 'wrap':
    Repeat the bitmap content. This is the default.
  • 'mirror':
    The same as 'wrap', except that alternate tiles of the bitmap content are flipped.

This property is used when a bitmap is employed as a brush.

Type

string

See Also