Метод | Описание | |
---|---|---|
AddImageTexture ( |
||
AddPixels ( |
||
AddTexture ( |
||
AddTexture ( |
||
ClearTexture ( |
||
ColorLerpUnclamped ( Color c1, Color c2, float value ) : Color | ||
Colorize ( Color colors, Color tint ) : Color[] | ||
ColorizeAlphas ( float alphas, Color tint ) : Color[] | ||
CopyTexture ( |
||
DivideAlpha ( Color colors, float alpha ) : Color[] | ||
GetCleanTexture ( int width, int height ) : |
||
GetMaskTexture ( int width, int height, Rect maskBounds ) : |
||
GetNewTexture ( int width, int height ) : |
||
GetNextPowerOfTwo ( float number ) : int | ||
GetNextPowerOfTwo ( int number ) : int | ||
GetPixels ( |
||
GetScaledColors ( Color colors, int oldWidth, int oldHeight, int newWidth, int newHeight ) : Color[] | ||
GetScaledColorsBilinear ( Color colors, int oldWidth, int oldHeight, int newWidth, int newHeight ) : Color[] | ||
GetScaledColorsPoint ( Color colors, int oldWidth, int oldHeight, int newWidth, int newHeight ) : Color[] | ||
GetScaledPixels ( |
||
GetScaledPixels ( |
||
GetScaledPixels ( |
||
GetScaledPixels ( |
||
GetScaledSize ( |
||
GetScaledSize ( |
||
GetSecuredPixels ( |
||
MultiplyAlpha ( Color colors, float alpha ) : Color[] | ||
PasteColors ( Color topPixels, Color bottomPixels ) : Color[] | ||
ReplaceColors ( Color colors, Color oldColor, Color newColor ) : Color[] | ||
SetImageTexture ( |
||
SetPixelColors ( |
||
SetPixels ( |
||
SetPixels ( |
||
SetPixels ( |
public static AddImageTexture ( |
||
texture | ||
bounds | Rect | |
bg | SkinBG, | |
Результат |
public static AddPixels ( |
||
texture | ||
colors | Color | |
x | int | |
y | int | |
w | int | |
h | int | |
Результат |
public static AddTexture ( |
||
texture | ||
bounds | Rect | |
colors | Color | |
Результат |
public static AddTexture ( |
||
texture | ||
bounds | Rect | |
addTex | ||
Результат |
public static ClearTexture ( |
||
texture | ||
Результат |
public static ColorLerpUnclamped ( Color c1, Color c2, float value ) : Color | ||
c1 | Color | |
c2 | Color | |
value | float | |
Результат | Color |
public static Colorize ( Color colors, Color tint ) : Color[] | ||
colors | Color | |
tint | Color | |
Результат | Color[] |
public static ColorizeAlphas ( float alphas, Color tint ) : Color[] | ||
alphas | float | |
tint | Color | |
Результат | Color[] |
public static CopyTexture ( |
||
texture | ||
Результат |
public static DivideAlpha ( Color colors, float alpha ) : Color[] | ||
colors | Color | |
alpha | float | |
Результат | Color[] |
public static GetCleanTexture ( int width, int height ) : |
||
width | int | |
height | int | |
Результат |
public static GetMaskTexture ( int width, int height, Rect maskBounds ) : |
||
width | int | |
height | int | |
maskBounds | Rect | |
Результат |
public static GetNewTexture ( int width, int height ) : |
||
width | int | |
height | int | |
Результат |
public static GetNextPowerOfTwo ( float number ) : int | ||
number | float | |
Результат | int |
public static GetNextPowerOfTwo ( int number ) : int | ||
number | int | |
Результат | int |
public static GetPixels ( |
||
texture | ||
x | int | |
y | int | |
w | int | |
h | int | |
Результат | Color[] |
public static GetScaledColors ( Color colors, int oldWidth, int oldHeight, int newWidth, int newHeight ) : Color[] | ||
colors | Color | |
oldWidth | int | |
oldHeight | int | |
newWidth | int | |
newHeight | int | |
Результат | Color[] |
public static GetScaledColorsBilinear ( Color colors, int oldWidth, int oldHeight, int newWidth, int newHeight ) : Color[] | ||
colors | Color | |
oldWidth | int | |
oldHeight | int | |
newWidth | int | |
newHeight | int | |
Результат | Color[] |
public static GetScaledColorsPoint ( Color colors, int oldWidth, int oldHeight, int newWidth, int newHeight ) : Color[] | ||
colors | Color | |
oldWidth | int | |
oldHeight | int | |
newWidth | int | |
newHeight | int | |
Результат | Color[] |
public static GetScaledPixels ( |
||
texture | ||
bounds | Rect | |
mode | ScaleMode, | |
Результат | Color[] |
public static GetScaledPixels ( |
||
texture | ||
scaledSize | Vector2 | |
bounds | Rect | |
mode | ScaleMode, | |
Результат | Color[] |
public static GetScaledPixels ( |
||
texture | ||
size | Vector2 | |
mode | ScaleMode, | |
Результат | Color[] |
public static GetScaledPixels ( |
||
texture | ||
scaledSize | Vector2 | |
size | Vector2 | |
mode | ScaleMode, | |
Результат | Color[] |
public static GetScaledSize ( |
||
texture | ||
bounds | Rect | |
mode | ScaleMode, | |
Результат | Vector2 |
public static GetScaledSize ( |
||
texture | ||
size | Vector2 | |
mode | ScaleMode, | |
Результат | Vector2 |
public static GetSecuredPixels ( |
||
texture | ||
x | int | |
y | int | |
width | int | |
height | int | |
Результат | Color[] |
public static MultiplyAlpha ( Color colors, float alpha ) : Color[] | ||
colors | Color | |
alpha | float | |
Результат | Color[] |
public static PasteColors ( Color topPixels, Color bottomPixels ) : Color[] | ||
topPixels | Color | |
bottomPixels | Color | |
Результат | Color[] |
public static ReplaceColors ( Color colors, Color oldColor, Color newColor ) : Color[] | ||
colors | Color | |
oldColor | Color | |
newColor | Color | |
Результат | Color[] |
public static SetImageTexture ( |
||
texture | ||
bounds | Rect | |
bg | SkinBG, | |
Результат |
public static SetPixelColors ( |
||
texture | ||
bounds | Rect | |
c | Color | |
Результат |
public static SetPixels ( |
||
texture | ||
colors | Color | |
bounds | Rect | |
Результат |
public static SetPixels ( |
||
texture | ||
colors | Color | |
x | int | |
y | int | |
w | int | |
h | int | |
Результат |
public static SetPixels ( |
||
texture | ||
sx | int | |
sy | int | |
texture2 | ||
x | int | |
y | int | |
w | int | |
h | int | |
Результат |