This website works better with JavaScript.
Home
Help
Sign In
hms
/
aptdec
mirror of
https://github.com/Xerbo/aptdec
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
apt
decoder
satellite
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
193
Commits
2
Branches
1.5 MiB
Tree:
887795922a
master
v2
v1.8.0
v1.7
v1.6
v1.5
v1.4
v1.3
v1.2
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '887795922a'
${ noResults }
aptdec
/
src
/
color.h
color.h
79 B
Raw
Normal View
History
Headerise each file
4 years ago
1
2
3
#include "common.h"
#define MCOMPOSITE(m1, a1, m2, a2) (m1*a1 + m2*a2*(1-a1))