Hi
I want to set custom colors for shapes (fill and line). I was hoping that code along the following lines would work, but it doesn’t.
shape.FillFormat.SolidFillColor.Color = Color.FromArgb(250, 50, 187, 50);
How can I set custom ARGB colours on shapes?