Interface IInterpolationColor

IInterpolationColor interface

補間色を取得するメソッドを宣言します。

public interface IInterpolationColor

プロパティ

名前説明
Color { get; }グラデーションに沿った対応する位置で使用する色を表す色を取得します。
Position { get; }色位置を取得します。

関連項目