Class ColorManagement.ImageParams
Inheritance
System.Object
ColorManagement.ImageParams
Implements
Aurigma.GraphicsMill.IImageParams
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.GetType()
System.Object.MemberwiseClone()
Assembly: Aurigma.DesignAtoms.dll
Syntax
Constructors
Declaration
public ImageParams(PixelFormat pixelFormat, ColorProfile colorProfile)
Parameters
| Type |
Name |
Description |
| PixelFormat |
pixelFormat |
|
| Aurigma.GraphicsMill.ColorProfile |
colorProfile |
|
ImageParams(IImageParams)
Declaration
public ImageParams(IImageParams imageParams)
Parameters
| Type |
Name |
Description |
| Aurigma.GraphicsMill.IImageParams |
imageParams |
|
Properties
ColorProfile
Declaration
public ColorProfile ColorProfile { get; }
Property Value
| Type |
Description |
| Aurigma.GraphicsMill.ColorProfile |
|
DpiX
Declaration
public float DpiX { get; }
Property Value
| Type |
Description |
| System.Single |
|
DpiY
Declaration
public float DpiY { get; }
Property Value
| Type |
Description |
| System.Single |
|
Height
Declaration
public int Height { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Ink
Declaration
Property Value
| Type |
Description |
| Aurigma.GraphicsMill.Ink |
|
Palette
Declaration
public ColorPalette Palette { get; }
Property Value
| Type |
Description |
| Aurigma.GraphicsMill.ColorPalette |
|
Declaration
public PixelFormat PixelFormat { get; }
Property Value
| Type |
Description |
| Aurigma.GraphicsMill.PixelFormat |
|
Width
Declaration
public int Width { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Methods
ConvertToSimple()
Declaration
public void ConvertToSimple()
Declaration
public void EnsurePixelFormatNotIndexed(bool hasAlphaChannel)
Parameters
| Type |
Name |
Description |
| System.Boolean |
hasAlphaChannel |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
System.Object.GetHashCode()
Implements
Aurigma.GraphicsMill.IImageParams