Table of Contents

Method ImageToGreyScaleGrid

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

ImageToGreyScaleGrid(Texture2D, int, int)

public static Grid2<float> ImageToGreyScaleGrid(Texture2D texture, int xOffset, int yOffset)

Parameters

texture Texture2D
xOffset int
yOffset int

Returns

Grid2<float>

ImageToGreyScaleGrid(Texture2D)

public static Grid2<float> ImageToGreyScaleGrid(Texture2D texture)

Parameters

texture Texture2D

Returns

Grid2<float>