午後わてんのブログ

ベランダ菜園とWindows用アプリ作成(WPFとC#)

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

WPF、普通の写真画像を8色に減色

カラー画像を8色に減色 8色は白、黒、赤、緑、青、黄、水色、赤紫(マゼンタ) ドラッグアンドドロップで開いた画像を8色に減色しているところ using System; using System.Windows; using System.Windows.Controls; using System.Windows.Media; using System…