ImageEn

TImageEnProc.MatchHSVRange Code Samples


Code samples for MatchHSVRange.
Automatically generated by the Every Method demo.
// Automated test of MatchHSVRange - Typical Values
// MatchHSVRange - Hue: 170 to 260
ImageEnView1.Proc.MatchHSVRange( 170, 260, 0, 99, 0, 99, True, CreateRGB( 0, 0, 255 ), False, CreateRGB( 255, 255, 255 ));



// Automated test of MatchHSVRange - Alpha Channel - Typical Values
// MatchHSVRange - Hue: 170 to 260
ImageEnView1.Proc.MatchHSVRange( 170, 260, 0, 99, 0, 99, True, CreateRGB( 0, 0, 255 ), False, CreateRGB( 255, 255, 255 ));



// Automated test of MatchHSVRange - 32-Bit RGBA - Typical Values
// MatchHSVRange - Hue: 170 to 260
ImageEnView1.Proc.MatchHSVRange( 170, 260, 0, 99, 0, 99, True, CreateRGB( 0, 0, 255 ), False, CreateRGB( 255, 255, 255 ));



// Automated test of MatchHSVRange - Random Values
// MatchHSVRange - Hue: 0 to 350
ImageEnView1.Proc.MatchHSVRange( 0, 350, 0, 99, 0, 99, True, CreateRGB( 0, 0, 255 ), False, CreateRGB( 255, 255, 255 ));



// Automated test of MatchHSVRange - Alpha Channel - Random Values
// MatchHSVRange - Hue: 0 to 350
ImageEnView1.Proc.MatchHSVRange( 0, 350, 0, 99, 0, 99, True, CreateRGB( 0, 0, 255 ), False, CreateRGB( 255, 255, 255 ));



// Automated test of MatchHSVRange - 32-Bit RGBA - Random Values
// MatchHSVRange - Hue: 0 to 350
ImageEnView1.Proc.MatchHSVRange( 0, 350, 0, 99, 0, 99, True, CreateRGB( 0, 0, 255 ), False, CreateRGB( 255, 255, 255 ));