Class ColorizeEffect
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.Model.Effects
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class ColorizeEffect : BaseImageEffect
Constructors
ColorizeEffect(Color, PixelFormat)
Declaration
public ColorizeEffect(Color color, PixelFormat pixelFormat)
Parameters
| Type | Name | Description |
|---|---|---|
| Color | color | |
| PixelFormat | pixelFormat |
Fields
SupportedColorSpaces
Declaration
public static readonly ColorSpace[] SupportedColorSpaces
Field Value
| Type | Description |
|---|---|
| ColorSpace[] |
Properties
Color
Declaration
public Color Color { get; }
Property Value
| Type | Description |
|---|---|
| Color |
PixelFormat
Declaration
public PixelFormat PixelFormat { get; }
Property Value
| Type | Description |
|---|---|
| PixelFormat |
Methods
GetBytes()
Declaration
public override byte[] GetBytes()
Returns
| Type | Description |
|---|---|
| System.Byte[] |