Class RgbColor
Inheritance
System.Object
RgbColor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public sealed class RgbColor : ProcessColor
Constructors
RgbColor()
Declaration
RgbColor(RgbColor)
Declaration
public RgbColor(RgbColor other)
Parameters
RgbColor(Byte, Byte, Byte, Byte, String)
Declaration
public RgbColor(byte r, byte g, byte b, byte alpha, string profile = null)
Parameters
| Type |
Name |
Description |
| System.Byte |
r |
|
| System.Byte |
g |
|
| System.Byte |
b |
|
| System.Byte |
alpha |
|
| System.String |
profile |
|
Properties
B
Declaration
Property Value
| Type |
Description |
| System.Byte |
|
ColorSpace
Declaration
public override ColorSpace ColorSpace { get; }
Property Value
Overrides
G
Declaration
Property Value
| Type |
Description |
| System.Byte |
|
R
Declaration
Property Value
| Type |
Description |
| System.Byte |
|
Methods
Clone()
Declaration
public override Color Clone()
Returns
Overrides
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
| Type |
Name |
Description |
| System.Object |
other |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides