Hi,
I´m trying to set a shapes shadowcolor with
pf.ShadowFormat.ShadowColor = System.Drawing.Color.FromArgb(2, 123, 98, 6);
(pf is a PictureFrame)
the result is an ARGB Value of (0,227,97,32)
The same applies to ShadowFormat.Lightcolor .
Any ideas ?