SpotChannelCollection.Item Property

Gets or sets a palette entry at the specified index.

Namespace: Aurigma.GraphicsMill.Codecs.Psd
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public virtual PsdSpotChannel this[
	int index
] { get; }

Parameters

index

Type: System.Int32

Property Value

The PsdSpotChannel at the specified index.

See Also

Reference