Insert

Insert(int, float, Color)

创建新的渐变色标并将其插入到集合的指定索引处。

public void Insert(int index, float position, Color color)
范围类型描述
indexInt32集合中将插入新渐变停止点的索引。
positionSingle新梯度停止的位置。
colorColor新辐射光阑的颜色。

也可以看看


Insert(int, float, PresetColor)

创建新的渐变色标并将其插入到集合的指定索引处。

public void Insert(int index, float position, PresetColor presetColor)
范围类型描述
indexInt32集合中将插入新渐变停止点的索引。
positionSingle新梯度停止的位置。
presetColorPresetColor新辐射光阑的颜色。

也可以看看


Insert(int, float, SchemeColor)

创建新的渐变色标并将其插入到集合的指定索引处。

public void Insert(int index, float position, SchemeColor schemeColor)
范围类型描述
indexInt32集合中将插入新渐变停止点的索引。
positionSingle新梯度停止的位置。
schemeColorSchemeColor新辐射光阑的颜色。

也可以看看