2018-11-26から1日間の記事一覧

【C#】画像処理 ~ 輝度変更 (明るさ) ~

■ サンプル コントローラ * button x 1 * trackBar x 1 * pictureBox x 1 コード using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; namespace SampleForm { public partial class Form1 : Form { private Ima…