System.Drawing.Color.ScaleAlpha(float)

Here are the examples of the csharp api class System.Drawing.Color.ScaleAlpha(float) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

3 Examples 7

1. Example

Project: winforms
Source File: TimelineViewGraphTrack.cs
protected internal override void OnPaint(TimelineViewTrackPaintEventArgs e)
		{
			base.OnPaint(e);
/n ..... /n //View Source file for more details /n }

2. Example

Project: winforms
Source File: TimelineViewGraphTrack.cs
protected internal override void OnPaintOverlay(TimelineViewTrackPaintEventArgs e)
		{
			base.OnPai/n ..... /n //View Source file for more details /n }

3. Example

Project: winforms
Source File: TimelineView.cs
protected override void OnPaint(PaintEventArgs e)
		{
			base.OnPaint(e);

			// Apply dynamic quali/n ..... /n //View Source file for more details /n }