OOF2: The Manual
Name
OOF.PixelSelection.Color_Range — Select all pixels similar to a reference color.
Synopsis
OOF.PixelSelection.Color_Range(microstructure,image,reference,range)
Details
- Parent Menu: OOF.PixelSelection
-
Callback: function
doSelectionModin moduleooflib.common.pixelselectionmod -
Parameters:
microstructure- Type: The path to an existing
Microstructureobject. image- Type: The path to an existing
Imageobject. reference- Reference color. Type: An object of the
Colorclass. range- Deviation from the reference color. Type: An object of the
ColorDifferenceclass.
Description
Select all pixels in an Image within a given
range of a given refererence
color. This command basically does the same thing that OOF.Graphics_n.Toolbox.Pixel_Select.Color
does except the latter takes its reference
input from a mouse click in the Graphics window.



