IColorOperationCollection

IColorOperationCollection 接口

表示颜色转换操作的集合。

public interface IColorOperationCollection : IGenericCloneable<IColorOperationCollection>, 
    IGenericCollection<IColorOperation>

属性

名称描述
Item { get; set; }返回或设置指定索引处的操作。读/写 IColorOperation

方法

名称描述
Add(ColorTransformOperation)向集合末尾添加新操作。
Add(ColorTransformOperation, float)向集合末尾添加新操作。
Clear()移除所有颜色操作。
Insert(int, ColorTransformOperation)将新操作插入集合。
Insert(int, ColorTransformOperation, float)将新操作插入集合。
RemoveAt(int)从集合中移除颜色操作。

参见