Class SpreadColor
Represents RGB color.
Inheritance
Inherited Members
Namespace: Telerik.Documents.SpreadsheetStreaming
Assembly: Telerik.Documents.SpreadsheetStreaming.dll
Syntax
public class SpreadColor
Constructors
SpreadColor(Byte, Byte, Byte)
Initializes a new instance of the SpreadColor class.
Declaration
public SpreadColor(byte r, byte g, byte b)
Parameters
System.Byte
r
The red component value. |
System.Byte
g
The green component value. |
System.Byte
b
The blue component value. |
Properties
B
Gets the blue component value.
Declaration
public byte B { get; }
Property Value
System.Byte
The blue component value. |
G
Gets the green component value.
Declaration
public byte G { get; }
Property Value
System.Byte
The green component value. |
R
Gets the red component value.
Declaration
public byte R { get; }
Property Value
System.Byte
The red component value. |
Methods
Equals(Object)
Determines whether the specified System.Object is equal to the current System.Object.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The System.Object to compare with the current System.Object. |
Returns
System.Boolean
Returns true if the specified System.Object is equal to the current System.Object; otherwise, false. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for the current System.Object. |