Struct PaletteRecord.TColor
Structure describing color entry.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public struct TColor
Fields
A
Not used.
Declaration
public byte A
Field Value
Type |
---|
System.Byte |
B
Value of the blue part of the color.
Declaration
public byte B
Field Value
Type |
---|
System.Byte |
G
Value of the green part of the color.
Declaration
public byte G
Field Value
Type |
---|
System.Byte |
R
Value of the red part of the color.
Declaration
public byte R
Field Value
Type |
---|
System.Byte |
Methods
ToString()
Converts object to string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String representation of the object. |
Overrides
System.ValueType.ToString()