171k views
5 votes
The name of the method used to set the current color is _________________

1 Answer

2 votes

Answer: set color

Step-by-step explanation:

Set color is the function in the C language that is used to set the current color in the method. Whenever we want to change the color, then call the the header file in the graphic method which basically contain the function that is setcolor().

This function is basically used to change the current color into the new color by using setcolor() function.

Syntax of this function is:

Void setcolor (int c);

User Osukaa
by
5.6k points