How you draw a rectangle? do you know that? The same way you can file a rectangle. For example in a paint event:
VB Code:
Dim br As New SolidBrush(Color.FromArgb(a, r, g, b)) e.Graphics.FillRectangle(br, New RectangleF(0, 0, 100, 100))
|
Results 1 to 7 of 7
Thread: Effects of various RGBA valuesThreaded View
|
Click Here to Expand Forum to Full Width |