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 |
|
|