This commit is contained in:
parent
4f2649a592
commit
057cb931bb
19 changed files with 919 additions and 590 deletions
|
@ -13,6 +13,7 @@
|
|||
struct sRGBCol
|
||||
{
|
||||
u8 R,G,B,P;
|
||||
bool operator ==(sRGBCol const &v1) {return(R==v1.R && G==v1.G && B==v1.B);}
|
||||
};
|
||||
|
||||
struct sXY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue