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

HSLLinear() public method

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