AForge.Imaging.Filters.HSLLinear.HSLLinear C# (CSharp) Метод

HSLLinear() публичный Метод

Initializes a new instance of the HSLLinear class.
public HSLLinear ( ) : System
Результат System
        public HSLLinear( )
        {
            formatTranslations[PixelFormat.Format24bppRgb]  = PixelFormat.Format24bppRgb;
            formatTranslations[PixelFormat.Format32bppRgb]  = PixelFormat.Format32bppRgb;
            formatTranslations[PixelFormat.Format32bppArgb] = PixelFormat.Format32bppArgb;
        }