The program presents the ways of mixing the colors
Delphi & Pascal (česká wiki)
Category: Programs in C, C++
Program: Fapa.c, Help.c, Help.h, Mys.c, Mys.h
File exe: Fapa.exe
need: Egavga.bgi, Help.txt, Litt.chr, Trip.chr
Program: Fapa.c, Help.c, Help.h, Mys.c, Mys.h
File exe: Fapa.exe
need: Egavga.bgi, Help.txt, Litt.chr, Trip.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
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 );