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.

Returns: ColorOperation


add

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

Parameters:

NameTypeDescription
operationintOperation type.

Returns: ColorOperation


clear

NameDescription
clear ()Removes all color operations.

cloneT

NameDescription
cloneT ()Clones current object

Returns: ColorOperationCollection


deepClone

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

Returns: Object


getSyncRoot

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

Returns: Object


get_Item

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

Returns: 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.

Returns: 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.

Returns: ColorOperation


isSynchronized

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

Returns: boolean


iterator

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

Returns:


iteratorJava

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

Returns:


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.

Returns: int