()
| 31 | |
| 32 | pub const fn base_color(self, base_color: peniko::Color) -> Self { |
| 33 | Self { base_color, ..self } |
| 34 | } |
| 35 | } |
| 36 | |
| 37 | impl From<anyrender::RendererConfig> for SoftbufferRendererOptions { |
| 38 | fn from(config: anyrender::RendererConfig) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected