CHANGES THE BRIGHTNESS OF THE SYSTEM OBJECT NUMBER N (PICTURE)
ACTION
The command BRIGHTNESS N,V changes the brightness of the system object, designated by its number N. The system object is a PICTURE.
Every time The command is executed:
- if V=0, the picture remains unchanged,
- if V<0, its brightness decreases,
- if V>0, its brightness increases.
Remark : V must be between -128 and 127.
SYNTAX:
BRIGHTNESS N,V
USE ERROR EXAMPLE
rem create an object PICTURE
picture 1
rem load a picture
file_load 1,"my_picture.bmp"
rem increase its brightness
brightness 1,10
BRIGHTNESS
BRIGHTNESS N,V
SEE ALSO
PICTURE
CONTRAST
GAMMA