Exemplo n.º 1
0
        public CIImage SoftLightBlendMode()
        {
            var softLightBlend = new CISoftLightBlendMode()
            {
                Image           = heron,
                BackgroundImage = clouds
            };

            return(softLightBlend.OutputImage);
        }
Exemplo n.º 2
0
		public CIImage SoftLightBlendMode()
		{
			var softLightBlend = new CISoftLightBlendMode()
			{
				Image = heron,
				BackgroundImage = clouds
			};
			
			return softLightBlend.OutputImage;
		}