Uint8ClampedArray.Item

Uint8ClampedArray indexer

Gets or sets the Byte at the specified index.

public override byte this[int index] { get; set; }
ParameterDescription
indexThe index.

Property Value

The Byte.

See Also