Class ColorSpaceConverter
Inheritance
System.Object
ColorSpaceConverter
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()
Namespace: Aurigma.DesignAtoms.GmConverters
Assembly: Aurigma.DesignAtoms.dll
Syntax
public static class ColorSpaceConverter
Methods
GetDefaultPixelFormat(ColorSpace)
Declaration
public static PixelFormat GetDefaultPixelFormat(this ColorSpace colorSpace)
Parameters
| Type | Name | Description |
|---|---|---|
| ColorSpace | colorSpace |
Returns
| Type | Description |
|---|---|
| PixelFormat |
ToGm(ColorSpace)
Declaration
public static ColorSpace ToGm(this ColorSpace source)
Parameters
| Type | Name | Description |
|---|---|---|
| ColorSpace | source |
Returns
| Type | Description |
|---|---|
| Aurigma.GraphicsMill.ColorSpace |
ToModel(ColorSpace)
Declaration
public static ColorSpace ToModel(this ColorSpace source)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.GraphicsMill.ColorSpace | source |
Returns
| Type | Description |
|---|---|
| ColorSpace |