Click or drag to resize

ColorRoutines Class

LightningChart .NET Help
Helper methods for handling various color calculations.
Inheritance Hierarchy
SystemObject
  Arction.CustomControls.Trader.WPF.RoutinesColorRoutines

Namespace:  Arction.CustomControls.Trader.WPF.Routines
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
public class ColorRoutines

The ColorRoutines type exposes the following members.

Constructors
  NameDescription
Public methodColorRoutines
Initializes a new instance of the ColorRoutines class
Top
Methods
  NameDescription
Public methodStatic memberCalculateLuminance
Calculates luminance of color, a subjective brightness.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also