Table of Contents

Class UpdateClearColorState

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Represents an operator that updates the clear color state of the shader window.

public class UpdateClearColorState : Sink
Inheritance
UpdateClearColorState
Inherited Members

Properties

ClearColor

Gets or sets the color used to clear the framebuffer before rendering.

ClearColorHtml

Gets or sets an XML representation of the clear color for serialization.

Methods

Process<TSource>(IObservable<TSource>)

Updates the clear color state of the shader window whenever an observable sequence emits a notification.