Class GlyphColor
Inheritance
System.Object
GlyphColor
Assembly: IronXL.dll
Syntax
public sealed class GlyphColor : ValueType
Properties
Alpha
Declaration
public byte Alpha { get; }
Property Value
Type |
Description |
System.Byte |
|
Blue
Declaration
public byte Blue { get; }
Property Value
Type |
Description |
System.Byte |
|
Green
Declaration
public byte Green { get; }
Property Value
Type |
Description |
System.Byte |
|
Red
Declaration
Property Value
Type |
Description |
System.Byte |
|
Methods
Equals(GlyphColor)
Declaration
public bool Equals(GlyphColor other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Operators
Equality(GlyphColor, GlyphColor)
Declaration
public static bool operator ==(GlyphColor left, GlyphColor right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(GlyphColor, GlyphColor)
Declaration
public static bool operator !=(GlyphColor left, GlyphColor right)
Parameters
Returns
Type |
Description |
System.Boolean |
|