struct MaskInit ref error on Mac
Compile error in XCode project (source taken on 16 April 2013). Complains about not finding MaskInit in struct ChamferDistance2. Quick fix was to copy the struct from struct ChamferDistance into ChamferDistance2.
VS210 project compiles fine though.
@mariussmit You can resolve that error by using scope operator. Just replace it with ChamferDistance::MaskInit.
May be you have already fixed it.
Yes I have, thank you though.
You guys are actually using this code?
On Friday, May 31, 2013, Marius Smit wrote:
Yes I have, thank you though.
— Reply to this email directly or view it on GitHubhttps://github.com/vinniefalco/LayerEffects/issues/1#issuecomment-18738730 .
Follow me on Github: https://github.com/vinniefalco
Hey Vinnie. I'm playing around with a new look and feel theme and needed an inner shadow. Then found your code.
NICE!!! Yes, that's exactly what it is for, layer effects for interface controls.
Hi Vinnie, I was actually looking for something for bevel effect for custom rendering pencil tool and came across your code. Unfortunately it is not there in your code.