AForge.Imaging.Filters.HSLFiltering.HSLFiltering C# (CSharp) Method

HSLFiltering() public method

Initializes a new instance of the HSLFiltering class.
public HSLFiltering ( ) : System
return System
        public HSLFiltering( )
        {
            formatTranslations[PixelFormat.Format24bppRgb]  = PixelFormat.Format24bppRgb;
            formatTranslations[PixelFormat.Format32bppRgb]  = PixelFormat.Format32bppRgb;
            formatTranslations[PixelFormat.Format32bppArgb] = PixelFormat.Format32bppArgb;
        }

Same methods

HSLFiltering::HSLFiltering ( IntRange hue, Range saturation, Range luminance ) : System