ColorOperationCollection

ColorOperationCollection class

Represents a collection of color transform operations.

add

NameDescription
add(int, float)Adds a new operation to the end of collection.

Parameters:

NameTypeDescription
operationintOperation type.
parameterfloatOperation’s parameter.

Result: ColorOperation


add

NameDescription
add(int)Adds a new operation to the end of collection.

Parameters:

NameTypeDescription
operationintOperation type.

Result: ColorOperation


clear

NameDescription
clear()Removes all color operations.

cloneT

NameDescription
cloneT()Clones current object

Result: ColorOperationCollection


deepClone

NameDescription
deepClone()Creates a copy of a ColorOperationCollection collection.

Result: Object


getSyncRoot

NameDescription
getSyncRoot()Returns a synchronization root. Read-only Object.

Result: Object


get_Item

NameDescription
get_Item(int)Returns or sets the operation at the specified index. Read/write ColorOperation.

Result: ColorOperation


insert

NameDescription
insert(int, int, float)Inserts the new operation to a collection.

Parameters:

NameTypeDescription
positionintThe index at which the operation will be inserted.
operationintOperation type.
parameterfloatOperation’s parameter.

Result: ColorOperation


insert

NameDescription
insert(int, int)Inserts the new operation to a collection.

Parameters:

NameTypeDescription
positionintThe index at which the operation will be inserted.
operationintOperation type.

Result: ColorOperation


isSynchronized

NameDescription
isSynchronized()Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean.

Result: boolean


iterator

NameDescription
iterator()Returns an enumerator that iterates through the collection.

Result:


iteratorJava

NameDescription
iteratorJava()Returns a java iterator for the entire collection.

Result:


removeAt

NameDescription
removeAt(int)Removes the color operation from a collection.

Parameters:

NameTypeDescription
indexintIndex of a color operation to remove.

set_Item

NameDescription
set_Item(int, ColorOperation)Returns or sets the operation at the specified index. Read/write ColorOperation.

size

NameDescription
size()Returns the number of operations in a collection. Read-only int.

Result: int