What is procedure to implement highlight as a blinking
operation?
Submitted by: AdministratorThe function textattr in conio.h can be use for this
purpose a small program has presented here...
#include<conio.h>
int main()
{
textattr(129);
cprintf("My name is Lord Blade...");
return 0;
}
here in the textattr till 128 only colors would be set and
more than it colors with blink.
Submitted by: Administrator
purpose a small program has presented here...
#include<conio.h>
int main()
{
textattr(129);
cprintf("My name is Lord Blade...");
return 0;
}
here in the textattr till 128 only colors would be set and
more than it colors with blink.
Submitted by: Administrator
Read Online Image Processing Job Interview Questions And Answers
Top Image Processing Questions
☺ | Explain How to improve image quality? |
☺ | What are the differences between Structural Patterns and Morphological Structural Element? |
☺ | What is Rectification in image processing? |
☺ | How to enhance the quality of an image? |
☺ | What is procedure to implement highlight as a blinking |
Top Best Multimedia Categories
☺ | Coreldraw Interview Questions. |
☺ | Graphics Designer Interview Questions. |
☺ | Design Engineer Interview Questions. |
☺ | 3D Animation Interview Questions. |
☺ | Interior Design Interview Questions. |