功 能: 返回當前畫線顏色
用 法: int far getcolor(void);
程式例:
#include
#include
#include
#include
#include
int main(void)
{
/* request auto detection */
int gdriver = DETECT, gmode, errorcode;
int color, midx, midy;
char colname[35];
/* initialize graphics and local variables */
initgraph(&gdriver, &gmode, "");
/* read result of initialization */
errorcode = graphresult();
/* an error occurred */
if (errorcode != grOk)
{
printf("Graphics error: %s\n",
grapherrormsg(errorcode));
printf("Press any key to halt:");
getch();
/* terminate with an error code */
exit(1);
}
midx = getmaxx() / 2;
midy = getmaxy() / 2;
setcolor(getmaxcolor());
/* for centering text on the display */
settextjustify(CENTER_TEXT, CENTER_TEXT);
/* get the current drawing color */
color = getcolor();
/* convert color value into a string */
itoa(color, colname, 10);
strcat(colname,
" is the current drawing color.");
/* display a message */
outtextxy(midx, midy, colname);
/* clean up */
getch();
closegraph();
return 0;
}
相關詞條
-
getcolor
getcolor,是一個計算機函式。
-
java.awt.color
這個顏色的藍色成分。getColor(String) 查找系統特性中的一個顏色。getColor(String, Color) 查找系統特性中的一個顏色。getColor(String, int) 查找系統特性中的一個...
簡單描述 詳細介紹 -
@ ... CLASS 命令
_SCREEN.PageFrame1.Page1.goFirstName.BackColor;= getcolor...
-
CFontDialog
選擇字型的點大小GetColor返回選擇字型的顏色GetWeight返回...
-
CMonthCalCtrl
GetFirstDayOfWeek獲取月曆最左邊顯示的星期值GetColor獲取月曆...