Table of Contents

Method GetColorBilinear

Namespace
Pinwheel.Poseidon
Assembly
Pinwheel.Poseidon.Runtime.dll

GetColorBilinear(Color[], int, int, Vector2)

public static Color GetColorBilinear(Color[] textureData, int width, int height, Vector2 uv)

Parameters

textureData Color[]
width int
height int
uv Vector2

Returns

Color