Fixed a couple of mistakes made saying 'rgb' where I meant 'rgba'
This commit is contained in:
parent
839aec789c
commit
09776527e7
1 changed files with 8 additions and 8 deletions
16
eagle/pcbnew
16
eagle/pcbnew
|
@ -30,10 +30,10 @@ Color4DPCBLayer_In28.Cu=rgb(132, 132, 0)
|
|||
Color4DPCBLayer_In29.Cu=rgb(194, 194, 194)
|
||||
Color4DPCBLayer_In30.Cu=rgb(0, 0, 132)
|
||||
Color4DPCBLayer_B.Cu=rgba(50, 50, 200, 0.700)
|
||||
Color4DPCBLayer_F.Adhes=rgb(192, 64, 64, 0.600)
|
||||
Color4DPCBLayer_B.Adhes=rgb(64, 64, 192, 0.600)
|
||||
Color4DPCBLayer_F.Paste=rgb(192, 128, 128, 0.750)
|
||||
Color4DPCBLayer_B.Paste=rgb(128, 128, 192, 0.750)
|
||||
Color4DPCBLayer_F.Adhes=rgba(192, 64, 64, 0.600)
|
||||
Color4DPCBLayer_B.Adhes=rgba(64, 64, 192, 0.600)
|
||||
Color4DPCBLayer_F.Paste=rgba(192, 128, 128, 0.750)
|
||||
Color4DPCBLayer_B.Paste=rgba(128, 128, 192, 0.750)
|
||||
Color4DPCBLayer_F.SilkS=rgba(224, 170, 170, 0.800)
|
||||
Color4DPCBLayer_B.SilkS=rgba(170, 170, 224, 0.800)
|
||||
Color4DPCBLayer_F.Mask=rgba(224, 170, 170, 0.700)
|
||||
|
@ -124,10 +124,10 @@ ModEditColor4DPCBLayer_In28.Cu=rgb(132, 132, 0)
|
|||
ModEditColor4DPCBLayer_In29.Cu=rgb(194, 194, 194)
|
||||
ModEditColor4DPCBLayer_In30.Cu=rgb(0, 0, 132)
|
||||
ModEditColor4DPCBLayer_B.Cu=rgba(50, 50, 200, 0.700)
|
||||
ModEditColor4DPCBLayer_F.Adhes=rgb(192, 64, 64, 0.600)
|
||||
ModEditColor4DPCBLayer_B.Adhes=rgb(64, 64, 192, 0.600)
|
||||
ModEditColor4DPCBLayer_F.Paste=rgb(192, 128, 128, 0.750)
|
||||
ModEditColor4DPCBLayer_B.Paste=rgb(128, 128, 192, 0.750)
|
||||
ModEditColor4DPCBLayer_F.Adhes=rgba(192, 64, 64, 0.600)
|
||||
ModEditColor4DPCBLayer_B.Adhes=rgba(64, 64, 192, 0.600)
|
||||
ModEditColor4DPCBLayer_F.Paste=rgba(192, 128, 128, 0.750)
|
||||
ModEditColor4DPCBLayer_B.Paste=rgba(128, 128, 192, 0.750)
|
||||
ModEditColor4DPCBLayer_F.SilkS=rgba(224, 170, 170, 0.800)
|
||||
ModEditColor4DPCBLayer_B.SilkS=rgba(170, 170, 224, 0.800)
|
||||
ModEditColor4DPCBLayer_F.Mask=rgba(224, 170, 170, 0.700)
|
||||
|
|
Loading…
Reference in a new issue