plug-in-randomize-hurl

Miles O'Neal <meo@rru.com>

Description

Completely randomize a fraction of pixels

Help

This plug-in ``hurls'' randomly-valued pixels onto the selection or image. You may select the percentage of pixels to modify and the number of times to repeat the process.


Type

unknown

Parameters

Type Name Description
PF_INT run-mode The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }
PF_IMAGE image Input image (unused)
PF_DRAWABLE drawable Input drawable
PF_FLOAT rndm-pct Randomization percentage (1.0 - 100.0)
PF_FLOAT rndm-rcount Repeat count (1.0 - 100.0)
PF_INT randomize Use random seed { TRUE, FALSE }
PF_INT seed Seed value (used only if randomize is FALSE)

Return

None