Method | Description | |
---|---|---|
GetColor ( int x, int y ) : BufferColor |
Gets the color at the specified position.
|
public abstract GetColor ( int x, int y ) : BufferColor | ||
x | int | The X position to sample from. |
y | int | The Y position to sample from. |
return | BufferColor |