Name | Description | |
---|---|---|
NdpColor Constructor | Overloaded. |
The following tables list the members exposed by NdpColor.
Name | Description | |
---|---|---|
NdpColor Constructor | Overloaded. |
Name | Description | |
---|---|---|
Black | Black color constant. | |
Blue | Blue color constant. | |
Gray | Gray color constant. | |
Green | Green color constant. | |
Orange | Orange color constant. | |
Red | Red color constant. | |
Transparent | Transparent color constant. | |
White | White color constant. |
Name | Description | |
---|---|---|
A | The Alpha channel value of the color. | |
B | The Blue channel value of the color. | |
G | The Green channel value of the color. | |
R | The Red channel value of the color. |
Name | Description | |
---|---|---|
ColorEquals | Returns true if this and other color Alpha Red Green Blue values are equals. | |
FromArgb | Overloaded. Create a new Color value. | |
FromHexInit | Create a new Color value with Alpha channel from a 32-bits ARGB value. | |
ToHexInt | Gets the 32-bit ARGB value of this NdpColor structure. |
Name | Description | |
---|---|---|
Concat | Overloaded. Gets an enumerable object that contains first element and then elements of elements, in this order. | |
EqualsAny | Overloaded. Returns true if this item equals item1 or item2. | |
NewerVersion<T> | Returns the newer version of this codeElement object. This method can only be called in a ICQLinqExecutionContext, otherwise the method NDepend.CodeModel.ICompareContext.NDepend.CodeModel.ICompareContext.NewerVersion<T> must be called instead. | |
OlderVersion<T> | Returns the older version of this codeElement object. This method can only be called in a ICQLinqExecutionContext, otherwise the method NDepend.CodeModel.ICompareContext.NDepend.CodeModel.ICompareContext.OlderVersion<T> must be called instead. | |
ToEnumerable<TElement> | Gets an enumerable object that contains only the single element element. | |
ToNullableDouble | If obj is a numeric primitive type, returns its value converted as double. else returns null. |