Class PixelFormatConverter
Inheritance
System.Object
PixelFormatConverter
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()
Assembly: Aurigma.DesignAtoms.dll
public static class PixelFormatConverter
Methods
Declaration
public static PixelFormat AddAlpha(this PixelFormat pixelFormat)
Parameters
Returns
Declaration
public static PixelFormat DiscardAlpha(this PixelFormat pixelFormat)
Parameters
Returns
Declaration
public static ColorSpace GetColorSpace(this PixelFormat pixelFormat)
Parameters
Returns
Declaration
public static bool HasAlpha(this PixelFormat pixelFormat)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public static bool IsCmyk(this PixelFormat pixelFormat)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public static bool IsGrayscale(this PixelFormat pixelFormat)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public static bool IsIndexed(this PixelFormat pixelFormat)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public static bool IsRgb(this PixelFormat pixelFormat)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public static PixelFormat ToGm(this PixelFormat source)
Parameters
Returns
| Type |
Description |
| Aurigma.GraphicsMill.PixelFormat |
|
Declaration
public static PixelFormat ToModel(this PixelFormat source)
Parameters
| Type |
Name |
Description |
| Aurigma.GraphicsMill.PixelFormat |
source |
|
Returns