Click or drag to resize

RegularColor Enumeration

Predefined regular colors used in Origin objects.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public enum RegularColor
Members
Member nameValueDescription
Black0Black.
Red1Red.
Green2Green.
Blue3Blue.
Cyan4Cyan.
Magenta5Magenta.
Yellow6Yellow.
DarkYellow7Dark yellow.
Navy8Navy.
Purple9Purple.
Wine10Wine.
Olive11Olive.
DarkCyan12Dark cyan.
Royal13Royal blue.
Orange14Orange.
Violet15Violet.
Pink16Pink.
White17White.
LightGray18Light gray.
Gray19Gray.
LTYellow20Light yellow.
LTCyan21Light cyan.
LTMagenta22Light magenta.
DarkGray23Dark gray.
SpecialV7Axis247Special Origin 7 axis color.

The RegularColor type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also