Back to Website
Show / Hide Table of Contents

Class SpotColor

Inheritance
System.Object
Color
SpotColor
Inherited Members
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 sealed class SpotColor : Color

Constructors

SpotColor(Ink, Byte, Byte)

Declaration
public SpotColor(Ink ink, byte tint, byte alpha = 255)
Parameters
Type Name Description
Ink ink
System.Byte tint
System.Byte alpha

Properties

Alpha

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

Ink

Declaration
public Ink Ink { get; }
Property Value
Type Description
Ink

Tint

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

Methods

Clone()

Declaration
public override Color Clone()
Returns
Type Description
Color
Overrides
Color.Clone()
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...