OOF2: The Manual
Name
DeltaRGB (DeltaRGB) — Range of colors in red, green, and blue space.
Synopsis
DeltaRGB(delta_red, delta_green, delta_blue)
Details
-
Base class:
ColorDifference -
Parameters:
delta_red- Difference in Red. Type: A real number in the range [0, 1].
delta_green- Difference in Green. Type: A real number in the range [0, 1].
delta_blue- Difference in Blue. Type: A real number in the range [0, 1].
Description
DeltaRGB is a ColorDifference object, used as a
parameter when selecting pixels in Images. It specifies the
difference between two colors by the differences between their red,
green, and blue components, taken separately. The difference
between two colors is less than DeltaRGB if
the absolute value of the differences in their red, green, and blue
components are all less than
delta_red, delta_green, and
delta_blue, respectively. The
deltas are floating point numbers between 0 and
1, inclusive, where 0 indicates no intensity difference and 1
indicates the maximum possible difference.



