Click or drag to resize

Color Structure

[Missing <summary> documentation for "T:Altaxo.Serialization.Origin.Color"]

Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.Serialization.OriginColor

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public struct Color

The Color type exposes the following members.

Constructors
 NameDescription
Public methodColorInitializes a new instance of the Color class
Public methodColor(ColorType, RegularColor)Initializes a new instance of the Color class
Top
Properties
 NameDescription
Public propertyCustom0 
Public propertyCustom1 
Public propertyCustom2 
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldColorType 
Public fieldColumn 
Public fieldRegular 
Public fieldStarting 
Top
See Also