Skip to main content

Class TransparencyHelper

Namespace: Aurigma.DesignAtoms.ImageProcessing.Services
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public static class TransparencyHelper

Inheritance: System.Object -> TransparencyHelper

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

Methods

IsFullyTransparent

public static bool IsFullyTransparent(Color color)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.Colorcolor
Returns

System.Boolean

CreateTransparentColor

public static Color CreateTransparentColor(ColorSpace colorSpace)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.ColorSpacecolorSpace
Returns

Aurigma.GraphicsMill.Color

Was this page helpful?