Click or drag to resize
Accord.NET (logo)

ColorFiltering Constructor (IntRange, IntRange, IntRange)

Initializes a new instance of the ColorFiltering class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public ColorFiltering(
	IntRange red,
	IntRange green,
	IntRange blue
)
Request Example View Source

Parameters

red
Type: AccordIntRange
Red components filtering range.
green
Type: AccordIntRange
Green components filtering range.
blue
Type: AccordIntRange
Blue components filtering range.
See Also