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 |
Derive expression for converting RGB color parameters to HSV values.
Extend the sutherland-hodgman clipping algorithm to clip three- dimensional planes against a regular parallelepiped.
how to count no of leaves in a tree?
Set up procedure for generating a wire-frame display of a polyhedron with the hidden edges of the object drawn with dashed lines.
Where can I download the matlab source code for Mean-shift image segmentation method?
Write a routine to implement the polymarker function.
Write a procedure to implement highlight as a blinking operation.
Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange.
Write a program to implement the motion of a bouncing ball using a downward gravitational force and a ground-plane friction force. Initially the ball is to be projected in to space with a given velocity vector.
Determine the result of performing two successive block transfer into the same area of a frame buffer using the binary arith operations.
What are the different types of Structural Patterns?
Device an algorithm for weiler – atherton polygon clipping, where the clipping window can be any specified polygon.