Represent single color for Colorizer.

Namespace:  PerpetuumSoft.Instrumentation.Model.Drawing
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public class SingleColorColorizer : Colorizer
Visual Basic (Declaration)
Public Class SingleColorColorizer _
	Inherits Colorizer
Visual C++
public ref class SingleColorColorizer : public Colorizer

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Instrumentation.Model.Drawing..::.Colorizer
    PerpetuumSoft.Instrumentation.Model.Drawing..::.SingleColorColorizer

See Also