AForge.Imaging.Filters.HSLLinear.HSLLinear C# (CSharp) Méthode

HSLLinear() public méthode

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