Searched refs:RedChannel (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Backends/Display/ |
| D | PixelManipulationTools.cs | 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() [all …]
|