Searched refs:setColor (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Video/ |
| D | MusteinGenericGPU.cs | 149 …private void Reconfigure(uint? setWidth = null, uint? setHeight = null, ColorMode? setColor = null) in Reconfigure() argument 152 if(setColor != null) in Reconfigure() 154 if(colorModeToPixelFormatTable.TryGetValue((ColorMode)setColor, out finalFormat)) in Reconfigure() 156 colorMode = (ColorMode)setColor; in Reconfigure() 160 …ogLevel.Error, "Setting wrong color value {0}, keeping original value {1}", setColor, finalFormat); in Reconfigure() 169 …red to {0}x{1} with {2} color format (setColor ={3})", Width, Height, Format.ToString(), setColor); in Reconfigure() 190 …r, ColorMode>(0, 4, name: "Color", writeCallback: (_, c) => Reconfigure(setColor: c), valueProvide… in GenerateRegisterCollection()
|