C# Class GameWorld2.GraphicsAPI

显示文件 Open project: eriksvedang/GameWorld2 Class Usage Examples

Public Methods

Method Description
GraphicsAPI ( Computer pComputer ) : System
Lines ( object args ) : object

Private Methods

Method Description
API_Color ( float r, float g, float b ) : void
API_DisplayGraphics ( ) : void
API_HSVtoRGB ( float H, float S, float V ) : object>.SortedDictionary
API_Line ( float x1, float y1, float x2, float y2 ) : void
API_RGBToHSV ( float r, float g, float b ) : object>.SortedDictionary
API_Rect ( float x1, float y1, float x2, float y2 ) : void
API_Repeat ( float x, float bound ) : float
API_Text ( float x, float y, string text ) : void
Clamp01 ( float x ) : float
RGBToHSVHelper ( float offset, float dominantcolor, float colorone, float colortwo, float &H, float &S, float &V ) : void

Method Details

GraphicsAPI() public method

public GraphicsAPI ( Computer pComputer ) : System
pComputer Computer
return System

Lines() public method

public Lines ( object args ) : object
args object
return object