ColorOperationCollection
ColorOperationCollection class
Represents a collection of color transform operations.
add
| Name | Description |
|---|
| add (int, float) | Adds a new operation to the end of collection. |
Parameters:
| Name | Type | Description |
|---|
| operation | int | Operation type. |
| parameter | float | Operation’s parameter. |
Returns:
ColorOperation
add
| Name | Description |
|---|
| add (int) | Adds a new operation to the end of collection. |
Parameters:
| Name | Type | Description |
|---|
| operation | int | Operation type. |
Returns:
ColorOperation
clear
| Name | Description |
|---|
| clear () | Removes all color operations. |
cloneT
| Name | Description |
|---|
| cloneT () | Clones current object |
Returns:
ColorOperationCollection
deepClone
| Name | Description |
|---|
| deepClone () | Creates a copy of a ColorOperationCollection collection. |
Returns:
Object
getSyncRoot
| Name | Description |
|---|
| getSyncRoot () | Returns a synchronization root. Read-only Object. |
Returns:
Object
get_Item
| Name | Description |
|---|
| get_Item (int) | Returns or sets the operation at the specified index. Read/write ColorOperation. |
Returns:
ColorOperation
insert
| Name | Description |
|---|
| insert (int, int, float) | Inserts the new operation to a collection. |
Parameters:
| Name | Type | Description |
|---|
| position | int | The index at which the operation will be inserted. |
| operation | int | Operation type. |
| parameter | float | Operation’s parameter. |
Returns:
ColorOperation
insert
| Name | Description |
|---|
| insert (int, int) | Inserts the new operation to a collection. |
Parameters:
| Name | Type | Description |
|---|
| position | int | The index at which the operation will be inserted. |
| operation | int | Operation type. |
Returns:
ColorOperation
isSynchronized
| Name | Description |
|---|
| isSynchronized () | Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean. |
Returns:
boolean
iterator
| Name | Description |
|---|
| iterator () | Returns an enumerator that iterates through the collection. |
Returns:
iteratorJava
| Name | Description |
|---|
| iteratorJava () | Returns a java iterator for the entire collection. |
Returns:
removeAt
| Name | Description |
|---|
| removeAt (int) | Removes the color operation from a collection. |
Parameters:
| Name | Type | Description |
|---|
| index | int | Index of a color operation to remove. |
set_Item
| Name | Description |
|---|
| set_Item (int, ColorOperation) | Returns or sets the operation at the specified index. Read/write ColorOperation. |
size
| Name | Description |
|---|
| size () | Returns the number of operations in a collection. Read-only int. |
Returns:
int