Catalano.Imaging.Filters
Class ExtractRGBChannel
- java.lang.Object
-
- Catalano.Imaging.Filters.ExtractRGBChannel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classExtractRGBChannel.ChannelRGB Channel to extract.
-
Constructor Summary
Constructors Constructor and Description ExtractRGBChannel(ExtractRGBChannel.Channel rgb)Initialize a new instance of the ExtractRGBChannel class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description FastBitmapExtract(FastBitmap fastBitmap)Extracts specified channel of color image and returns it as grayscale image.ExtractRGBChannel.ChannelgetRGB()RGB channel.voidsetRGB(ExtractRGBChannel.Channel rgb)RGB channel.
-
-
-
Constructor Detail
-
ExtractRGBChannel
public ExtractRGBChannel(ExtractRGBChannel.Channel rgb)
Initialize a new instance of the ExtractRGBChannel class.- Parameters:
rgb- RGB channel.
-
-
Method Detail
-
getRGB
public ExtractRGBChannel.Channel getRGB()
RGB channel.- Returns:
- RGB channel.
-
setRGB
public void setRGB(ExtractRGBChannel.Channel rgb)
RGB channel.- Parameters:
rgb- RGB channel.
-
Extract
public FastBitmap Extract(FastBitmap fastBitmap)
Description copied from interface:IExtractExtracts specified channel of color image and returns it as grayscale image.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG