Interface IInterpolationColor

Interface IInterpolationColor

Namespace: Aspose.Html.Drawing
Assembly: Aspose.HTML.dll (25.2.0)

Desclares methods for getting interpolation color.

[ComVisible(true)]
public interface IInterpolationColor

Properties

Color

Get or sets the color that represents the colors to use at corresponding positions along a gradient.

Color Color { get; set; }

Property Value

Color

Position

Gets or sets the color position.

float Position { get; set; }

Property Value

float