The program presents the ways of mixing the colors

Delphi & Pascal (česká wiki)
Přejít na: navigace, hledání
Category: Programs in C, C++
fapa.pngProgram: 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
// 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 );