https://github.com/jesterjunk/blendinterp
Blend Interpolator
https://github.com/jesterjunk/blendinterp
Last synced: 8 months ago
JSON representation
Blend Interpolator
- Host: GitHub
- URL: https://github.com/jesterjunk/blendinterp
- Owner: jesterjunk
- License: mit
- Created: 2022-07-29T17:21:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-30T13:48:01.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T10:37:21.394Z (over 1 year ago)
- Language: C
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blend Interpolator v0.9
#### COMPILE WITH GCC TESTED
gcc -Wall -std=c99 -m64 -O2 -c main.c -o main.o
windres.exe -J rc -O coff -i resource.rc -o resource.res
gcc -o colorinter main.o resource.res -static -m64 -lgdi32 -s -mwindows
#### NOTES
WINDOWS 10, 11 program. DOES NOT WORK ON WIN7 without a lot of glitches !! You have been warned.
This is a GDI32 Win32 Application.
This is a fun little project to find the hex / decimal / percentage values between two color values.
