ColorBlend Class
Defines arrays of colors and positions used for interpolating color blending in a multicolor gradient. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  Aspose.PSDColorBlend

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
[SerializableAttribute]
public sealed class ColorBlend

The ColorBlend type exposes the following members.

Constructors
  NameDescription
Public methodColorBlend
Initializes a new instance of the ColorBlend class.
Public methodColorBlend(Int32)
Initializes a new instance of the ColorBlend class with the specified number of colors and positions.
Properties
  NameDescription
Public propertyColors
Gets or sets an array of colors that represents the colors to use at corresponding positions along a gradient.
Public propertyPositions
Gets or sets the positions along a gradient line.
Methods
  NameDescription
Public methodEquals
Tests whether the specified object is a ColorBlend class and is equivalent to this ColorBlend class.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also