Back to Website
Show / Hide Table of Contents

Class ProcessColor

Inheritance
System.Object
Color
ProcessColor
CmykColor
GrayscaleColor
RgbColor
Inherited Members
Color.Clone()
Color.Type
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 abstract class ProcessColor : Color

Constructors

ProcessColor(Byte, String)

Declaration
public ProcessColor(byte alpha, string profile)
Parameters
Type Name Description
System.Byte alpha
System.String profile

Properties

Alpha

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

Profile

Declaration
public string Profile { get; protected set; }
Property Value
Type Description
System.String
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...