Click or drag to resize

NamedColor Structure

[Missing <summary> documentation for "T:Altaxo.Drawing.NamedColor"]

Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.DrawingNamedColor

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
[SerializableAttribute]
[TypeConverterAttribute(typeof(NamedColorTypeConverter))]
public struct NamedColor : IEquatable<NamedColor>, 
	IEquatable<AxoColor>, IImmutable

The NamedColor type exposes the following members.

Constructors
 NameDescription
Public methodNamedColor(AxoColor)Initializes a new instance of the NamedColor class
Public methodNamedColor(AxoColor, String)Initializes a new instance of the NamedColor class
Public methodNamedColor(NamedColor, IColorSet)Initializes a new instance of the NamedColor class
Public methodNamedColor(AxoColor, String, IColorSet)Initializes a new instance of the NamedColor class
Top
Properties
 NameDescription
Public propertyColor 
Public propertyName 
Public propertyParentColorSet 
Top
Methods
Operators
Extension Methods
 NameDescription
Public Extension MethodGetNextPlotColor Gets a color that is located at the next index after the specified color.
(Defined by ColorSetExtensions)
Public Extension MethodGetNextPlotColor Gets a color that is the specified number of steps away from the given color.
(Defined by ColorSetExtensions)
Public Extension MethodGetNextPlotColor Gets a color that is the specified number of steps away from the given color.
(Defined by ColorSetExtensions)
Top
See Also