The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

dots - Create evenly spaced dots on a layer, within a selection

SYNOPSIS

<Image>/Filters/Render/Pattern/Dots...

DESCRIPTION

Create evenly spaced dots of the given colour on a layer, within a selection (or on whole layer if no selection).

PARAMETERS

  [PF_SPINNER, "size", "Diameter of dots", 4, [1,255,1]],
  [PF_COLOR, "dotcolor", "Color of the dots", [0,0,255]],
  [PF_SLIDER, "opacity", "Opacity of dots", 100, [0,100,1]],
  [PF_SPINNER, "xspacing", "Spacing of dots in X dimension", 16, [1,255,1]],
  [PF_SPINNER, "yspacing", "Spacing of dots in Y dimension", 16, [1,255,1]],
  [PF_SPINNER, "xoffset", "Offset of dots in X dimension", 0, [0,255,1]],
  [PF_SPINNER, "yoffset", "Offset of dots in y dimension", 0, [0,255,1]],

IMAGE TYPES

RGB*, GRAY*

AUTHOR

Seth Burgess <sjburges@gimp.org>

DATE

2003-09-20

LICENSE

Copyright Seth Burgess. Distributed under the same terms as Gimp-Perl.