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)从集合中移除颜色操作。

另见