Class SolidFill | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

IFill implementation that uses a solid color for all points

public class SolidFill : IFill

Inheritance

object

SolidFill

Implements

IFill

Inherited Members

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

object.ReferenceEquals(object, object)

object.ToString()

Constructors

SolidFill(Color)

Creates a new instance of the SolidFill class which will return the provided color regardless of which point is requested.

Methods

GetColor(Point)

Returns the color this instance was constructed with regardless of which point is being colored.

Edit this page