Back to Website
Show / Hide Table of Contents

Class LabColor

Inheritance
System.Object
Color
ProcessColor
LabColor
Inherited Members
ProcessColor.Alpha
ProcessColor.Profile
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Model.Color
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class LabColor : ProcessColor

Constructors

LabColor(LabColor)

Declaration
public LabColor(LabColor other)
Parameters
Type Name Description
LabColor other

LabColor(Byte, SByte, SByte, Byte, String)

Declaration
public LabColor(byte l, sbyte a, sbyte b, byte alpha, string profile = null)
Parameters
Type Name Description
System.Byte l
System.SByte a
System.SByte b
System.Byte alpha
System.String profile

Properties

A

Declaration
public sbyte A { get; }
Property Value
Type Description
System.SByte

B

Declaration
public sbyte B { get; }
Property Value
Type Description
System.SByte

ColorSpace

Declaration
public override ColorSpace ColorSpace { get; }
Property Value
Type Description
ColorSpace
Overrides
Color.ColorSpace

L

Declaration
public byte L { get; }
Property Value
Type Description
System.Byte

Methods

Clone()

Declaration
public override Color Clone()
Returns
Type Description
Color
Overrides
Color.Clone()

Equals(Object)

Declaration
public override bool Equals(object other)
Parameters
Type Name Description
System.Object other
Returns
Type Description
System.Boolean
Overrides
ProcessColor.Equals(Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
ProcessColor.GetHashCode()
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback