Named |
[Missing <summary> documentation for "T:Altaxo.Drawing.NamedColor"]
[SerializableAttribute] [TypeConverterAttribute(typeof(NamedColorTypeConverter))] public struct NamedColor : IEquatable<NamedColor>, IEquatable<AxoColor>, IImmutable
The NamedColor type exposes the following members.
Name | Description | |
---|---|---|
![]() | NamedColor(AxoColor) | Initializes a new instance of the NamedColor class |
![]() | NamedColor(AxoColor, String) | Initializes a new instance of the NamedColor class |
![]() | NamedColor(NamedColor, IColorSet) | Initializes a new instance of the NamedColor class |
![]() | NamedColor(AxoColor, String, IColorSet) | Initializes a new instance of the NamedColor class |
Name | Description | |
---|---|---|
![]() | Color | |
![]() | Name | |
![]() | ParentColorSet |
Name | Description | |
---|---|---|
![]() | CoerceParentColorSetToNullIfNotMember | Tests if this color is still a member of the parent color set, and sets the parent property to null if it is no longer a member of the parent color set. |
![]() | Equals(AxoColor) | |
![]() | Equals(NamedColor) | |
![]() | Equals(Object) | (Overrides ValueTypeEquals(Object)) |
![]() | EqualsInNameAndColor | |
![]() ![]() | FromArgb(Byte, Byte, Byte, Byte) | |
![]() ![]() | FromArgb(Byte, Byte, Byte, Byte, String) | |
![]() ![]() | FromScRgb(Single, Single, Single, Single) | |
![]() ![]() | FromScRgb(Single, Single, Single, Single, String) | |
![]() ![]() | GetColorName | |
![]() | GetHashCode | (Overrides ValueTypeGetHashCode) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | NewWithAlphaValue | |
![]() | NewWithOpacityInPercent | |
![]() | ToString | (Overrides ValueTypeToString) |
Name | Description | |
---|---|---|
![]() ![]() | Equality(NamedColor, NamedColor) | |
![]() ![]() | (NamedColor to AxoColor) | |
![]() ![]() | (NamedColor to Color) | |
![]() ![]() | Inequality(NamedColor, NamedColor) |
Name | Description | |
---|---|---|
![]() | GetNextPlotColor |
Gets a color that is located at the next index after the specified color.
(Defined by ColorSetExtensions) |
![]() | GetNextPlotColor |
Gets a color that is the specified number of steps away from the given color.
(Defined by ColorSetExtensions) |
![]() | GetNextPlotColor |
Gets a color that is the specified number of steps away from the given color.
(Defined by ColorSetExtensions) |