[]
Gets or sets the RGB color at the specified index.
int this[int index] { get; set; }
Default Property Item(index As Integer) As Integer
Type | Name | Description |
---|---|---|
int | index | An integer value indicates the position of the specified color. |
Type | Description |
---|---|
int | The RGB color of the specified color. |