English
English
Slovensky
Slovensky
Česky
Česky
Šarišsky
Šarišsky
Category: Programs in C, C++
fapa.png
Program: Fapa.cHelp.cHelp.hMys.cMys.h
File exe: Fapa.exe
need: Egavga.bgiHelp.txtLitt.chrTrip.chr
The program presents the ways of mixing the colors. It's base on the following methods

Models used:
RGB - red, green, blue
CMY - cyan, magenta, yellow
HSV - Hue saturation value
HLS - Hue lightness value
Views: 1420x


// MYS.H                     Copyright (c) TrSek alias Zdeno Sekerak 
// Sucast programu Fapa.c. Header pre Mys.c
//
// Datum:14.12.1994                             http://www.trsek.com 
 
void init_mys( void );
void set_mys(int x, int y );
void getmys(int *but, int *x, int *y );
void zobmys( int zob );
 
 

[Run] [Save] [Print] [Send e-mail]