Class ClearColorState
- Namespace
- Bonsai.Shaders.Configuration
- Assembly
- Bonsai.Shaders.dll
Represents a configuration object specifying the color used to clear the framebuffer.
public class ClearColorState : StateConfiguration
- Inheritance
-
ClearColorState
- Inherited Members
Properties
- ClearColor
Gets or sets a value specifying the color used to clear the framebuffer before rendering.
- ClearColorHtml
Gets or sets an HTML representation of the clear color value for serialization.
Methods
- Execute(ShaderWindow)
Updates the state of the current graphics context.
- ToString()
Returns a string that represents the current object.