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 Spread
Declaration
public SpreadColor(byte r, byte g, byte b)
Parameters
System. The red component value. |
System. The green component value. |
System. The blue component value. |
Properties
B
Gets the blue component value.
Declaration
public byte B { get; }
Property Value
System. The blue component value. |
G
Gets the green component value.
Declaration
public byte G { get; }
Property Value
System. The green component value. |
R
Gets the red component value.
Declaration
public byte R { get; }
Property Value
System. The red component value. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System. Returns true if the specified System. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |