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.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Methods
IsFullyTransparent
public static bool IsFullyTransparent(Color color)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.Color | color |
Returns
System.Boolean
CreateTransparentColor
public static Color CreateTransparentColor(ColorSpace colorSpace)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.ColorSpace | colorSpace |
Returns
Aurigma.GraphicsMill.Color