Class GrayscaleColor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Model.ColorInWork
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class GrayscaleColor : ProcessColor
Constructors
GrayscaleColor(Byte, Byte, String)
Declaration
public GrayscaleColor(byte value, byte alpha, string profile = null)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | value | |
System.Byte | alpha | |
System.String | profile |
Properties
L
Declaration
public byte L { get; }
Property Value
Type | Description |
---|---|
System.Byte |
Methods
Clone()
Declaration
public override Color Clone()
Returns
Type | Description |
---|---|
Color |