Lines Matching refs:RedChannel

99 …new[] {  outputPixel.RedChannel, outputPixel.GreenChannel, outputPixel.BlueChannel, outputPixel.Al…  in GenerateBlendMethod()
100 …inputForegroundPixel.RedChannel, inputForegroundPixel.GreenChannel, inputForegroundPixel.BlueChann… in GenerateBlendMethod()
101 …inputBackgroundPixel.RedChannel, inputBackgroundPixel.GreenChannel, inputBackgroundPixel.BlueChann… in GenerateBlendMethod()
103 …contantBackgroundPixel.RedChannel, contantBackgroundPixel.GreenChannel, contantBackgroundPixel.Blu… in GenerateBlendMethod()
118 …Expression.Assign(contantBackgroundPixel.RedChannel, Expression.Convert(Expression.Property(vBackg… in GenerateBlendMethod()
197 … Expression.Assign(outputPixel.RedChannel, contantBackgroundPixel.RedChannel), in GenerateBlendMethod()
204 outputPixel.RedChannel, in GenerateBlendMethod()
208 … Expression.Multiply(vBackgroundColorAlphaBlended, contantBackgroundPixel.RedChannel), in GenerateBlendMethod()
209 … Expression.Multiply(vBackAlphaBlended, inputBackgroundPixel.RedChannel)), in GenerateBlendMethod()
210 … Expression.Multiply(inputForegroundPixel.AlphaChannel, inputForegroundPixel.RedChannel)), in GenerateBlendMethod()
269 …new [] { vColor.RedChannel, vColor.GreenChannel, vColor.BlueChannel, vColor.AlphaChannel, vInStep,… in GenerateConvertMethod()
424 currentColor = color.RedChannel; in GenerateFrom()
431 …expressions.Add(Expression.Assign(color.RedChannel, Expression.Constant((uint)inputBufferDescripto… in GenerateFrom()
494 colorExpression = color.RedChannel; in GenerateTo()
709 RedChannel = Expression.Variable(typeof(uint), "red"); in PixelDescriptor()
715 public ParameterExpression RedChannel; field in Antmicro.Renode.Backends.Display.PixelManipulationTools.PixelDescriptor