Write a procedure to implement highlight as a blinking
operation.



Write a procedure to implement highlight as a blinking operation...

Answer / mansi

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

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Image Processing Algorithms Interview Questions

Write a program to model an exploding firecracker in the xy plane using a particle system.

0 Answers  


What are the differences between Structural Patterns and Morphological Strutural Element?

0 Answers  


Determine the result of performing two successive block transfer into the same area of a frame buffer using the binary arith operations.

0 Answers  


What is Rectification in image prosesing ?

0 Answers  


how to count no of leaves in a tree?

0 Answers   Infosys,






Write a procedure to implement highlight as a blinking operation.

1 Answers   Titan,


Device an algorithm for weiler – atherton polygon clipping, where the clipping window can be any specified polygon.

0 Answers  


What are the different types of Structural Patterns?

0 Answers  


Set up procedure for generating a wire-frame display of a polyhedron with the hidden edges of the object drawn with dashed lines.

0 Answers  


Write a routine to implement the polymarker function.

0 Answers  


Derive expression for converting RGB color parameters to HSV values.

0 Answers   Verizon,


Design an implement of the inputs functions for event mode.

0 Answers  


Categories
  • Image Processing General Interview Questions Image Processing General (144)
  • Image Processing Algorithms Interview Questions Image Processing Algorithms (20)
  • Image Processing AllOther Interview Questions Image Processing AllOther (6)