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 |
determine performing two successive block transfer into the same area a frame buffer using the various boolean operation
Design an implement of the inputs functions for event mode.
Extend the sutherland-hodgman clipping algorithm to clip three- dimensional planes against a regular parallelepiped.
Determine the result of performing two successive block transfer into the same area of a frame buffer using the binary arith operations.
Device an algorithm for weiler – atherton polygon clipping, where the clipping window can be any specified polygon.
Where can I download the matlab source code for Mean-shift image segmentation method?
Write a program to model an exploding firecracker in the xy plane using a particle system.
Develop a routine to reflect an object about an arbitrarily selected plane.
What are the differences between Structural Patterns and Morphological Strutural Element?
Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange.
What is Rectification in image prosesing ?
how to count no of leaves in a tree?