ImageEn, unit imageenproc

TImageEnProc.GetHSVChannelAll

TImageEnProc.GetHSVChannelAll


Declaration

procedure GetHSVChannelAll(BitmapH, BitmapS, BitmapV: TIEBitmap);


Description

Copies the H, S and V channels to the bitmaps: BitmapH, BitmapS and BitmapV.


Demo

Demo  Demos\ImageEditing\CompleteEditor\PhotoEn.dpr


Example

ImageEnView1.Proc.GetHSVChannelAll( ImageEnView2.IEBitmap, ImageEnView3.IEBitmap, ImageEnView4.IEBitmap);
ImageEnView2.Update;
ImageEnView3.Update;
ImageEnVIew4.Update;