Searched refs:PCT (Results 1 – 1 of 1) sorted by relevance
48 #define PCT(x) (((x)*256+50)/100) macro49 int RED = PCT(30); /* 30% */50 int GREEN = PCT(59); /* 59% */51 int BLUE = PCT(11); /* 11% */145 RED = PCT(atoi(optarg)); in main()148 GREEN = PCT(atoi(optarg)); in main()151 BLUE = PCT(atoi(optarg)); in main()