2012-05-08から1日間の記事一覧

習作で作ったカラーバーのサンプルコード。カラーコードのイテレータ namespace Color_Bar { class ColorCodeIterator { private readonly Int32[] Fcolor_list = {0x0000FF, 0xFF0000, 0x00FF00, 0x808080, 0xffffff, 0x000000}; private int Findex = 0; p…