Beispiel #1
0
        public CIImage ColorBlendMode()
        {
            var colorBlend = new CIColorBlendMode()
            {
                Image           = heron,
                BackgroundImage = clouds
            };

            return(colorBlend.OutputImage);
        }
		public CIImage ColorBlendMode ()
		{
			var colorBlend = new CIColorBlendMode ()
			{
				Image = heron,
				BackgroundImage = clouds
			};
			
			return colorBlend.OutputImage;
		}