Click or drag to resize

PdfColorBlend Class

Represents the arrays of colors and positions used for interpolating color blending in a multicolor gradient.
Inheritance Hierarchy
System Object
Spire.Pdf.Graphics PdfBlendBase
Spire.Pdf.Graphics PdfColorBlend

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public sealed class PdfColorBlend : PdfBlendBase

The PdfColorBlend type exposes the following members.

Constructors
Name Description
Public method PdfColorBlend
Initializes a new instance of theclass.
Public method PdfColorBlend(Int32)
Initializes a new instance of theclass.
Top
Properties
Name Description
Public property Colors
Gets or sets the colours array.
Public property Positions
Gets or sets the positions array.
(Inherited from PdfBlendBase .)
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also