Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fade_in(3alleg4) [osx man page]

fade_in(3alleg4)						  Allegro manual						  fade_in(3alleg4)

NAME
fade_in - Gradually fades the palette from black. Allegro game programming library. SYNOPSIS
#include <allegro.h> void fade_in(const PALETTE p, int speed); DESCRIPTION
Fades gradually from a black screen to the specified palette. The speed is from 1 (the slowest) up to 64 (instantaneous). Note that this function will block your game while the fade is in effect, and it won't work right visually if you are not in an 8 bit color depth resolution. SEE ALSO
fade_out(3alleg4), fade_from(3alleg4), fade_interpolate(3alleg4), fade_in_range(3alleg4) Allegro version 4.4.2 fade_in(3alleg4)

Check Out this Related Man Page

expal(3alleg4)                                                    Allegro manual                                                    expal(3alleg4)

NAME
expal - Palette effects and color cycling. Allegro game programming library. SYNOPSIS
#include <allegro.h> Example expal DESCRIPTION
This program demonstrates how to manipulate the palette. It draws a set of concentric circles onto the screen and animates them by cycling the palette. SEE ALSO
END_OF_MAIN(3alleg4), PALETTE(3alleg4), RGB(3alleg4), SCREEN_H(3alleg4), SCREEN_W(3alleg4), acquire_screen(3alleg4), alle- gro_error(3alleg4), allegro_init(3alleg4), allegro_message(3alleg4), black_palette(3alleg4), circlefill(3alleg4), install_key- board(3alleg4), install_mouse(3alleg4), keypressed(3alleg4), release_screen(3alleg4), screen(3alleg4), set_gfx_mode(3alleg4), set_pal- ette(3alleg4), show_mouse(3alleg4) Allegro version 4.4.2 expal(3alleg4)
Man Page

4 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Latest Design of New Unix Header (Flash)

As everyone might know by now, we have a new 'draft' banner with matrix theme, falling unix commands, blinking numbers, and more. This will be the new default theme for the forums. We are in the process of sending final comments to our designer, please feel free to post your suggestions here.... (20 Replies)
Discussion started by: Neo
20 Replies

2. What is on Your Mind?

A Sad Day for Smarty Jones!

We were at Champs watching the Belmont on two 15' screens. SMARTY JONE!! SMARTY JONES!!! Then, sadness........ the crowd goes quiet. There are many people who have not seen a triple crown winner in their lifetime...... Amazing... Horse racing! (8 Replies)
Discussion started by: Neo
8 Replies

3. Shell Programming and Scripting

Flash And Fade DEMO For Mac OSX 10.7.5, (And Linux?).

This is an AT A GLANCE shell DEMO that does:- 1) 10 centred greyscale fades without warning beeps. 2) 5 centred yellow "WARNING!" flashes with beeps every ON state. 3) 5 FULL widowed red "DANGER!!!" flashes with beeps in the ON and OFF states. It assumes that the warning bell is enabled... (0 Replies)
Discussion started by: wisecracker
0 Replies

4. Shell Programming and Scripting

Shell script to read specified value from file and echo to the same location to other file.

Hello. I want to to backup some "default:" values from a file do some other job and after restore that "default:" values back. The problem is that the source and destination file has a lot of default: strings in it but with different values... So.. Here is an example: A part of my source... (6 Replies)
Discussion started by: ausdim
6 Replies