프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ACurve | |||
BCurve | |||
GCurve | |||
RCurve | |||
biggerPreview | bool | ||
colorSpace | COLORSPACE | ||
discrete | bool | ||
discreteMethod | DISCRETE_METHOD | ||
discreteSteps | int | ||
name | string | ||
previewTexture |
메소드 | 설명 | |
---|---|---|
ColorBand ( ) : System.Collections | ||
Evaluate ( float time01 ) : Color |
Evaluates color curves at time time01
|
|
OnEnable ( ) : void | ||
buildPreviewTexture ( ) : void |
Builds the preview texture.
|
|
rebuildPreviewTexture ( ) : void |
메소드 | 설명 | |
---|---|---|
GetColorAt ( float t, bool useAlpha = false, COLORSPACE _colorSpace = COLORSPACE.RGB ) : Color |
public Evaluate ( float time01 ) : Color | ||
time01 | float | The time point where the color is computed. Value must be between 0 and 1. |
리턴 | Color |