Beispiel #1
0
        /// <summary>
        /// The blurriness factor. 
        /// Should be in the range [0, 1]. 
        /// Default is 0.15
        /// </summary>
        public CustomImage process(CustomImage imageIn)
        {
            imageIn.setImage(this.Process(imageIn.getImage()));

            return imageIn;
        }