Class PaletteRecord.TColor
Structure describing color entry.
Inheritance
System.Object
PaletteRecord.TColor
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class TColor : ValueType
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. |