Exemplo n.º 1
0
        public CIImage ColorBlendMode()
        {
            var colorBlend = new CIColorBlendMode()
            {
                Image           = heron,
                BackgroundImage = clouds
            };

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