ColorModeHSVSample see http://gihyo.jp/design/feature/01/frocessing/0002 nutsu forked:4favorite:10lines:22license : MIT License modified : 2009-06-21 13:24:58 Embed Tweet // see http://gihyo.jp/design/feature/01/frocessing/0002 package { import frocessing.display.F5MovieClip2D; [SWF(width=465,height=465,backgroundColor=0x000000)] public class ColorModeHSVSample extends F5MovieClip2D { public function ColorModeHSVSample() { var n:int = 10; //線は描画しない noStroke(); //HSVで色指定 //値の範囲を,色相(0~n),彩度(0~1),明度(0~n)に指定 colorMode( HSV, n, 1, n ); for ( var i:int = 0; i <= n; i++ ) { for ( var j:int = 0; j <= n; j++ ) { //塗りの指定 fill( i, 1, n - j ); //円の描画 var cx:Number = 33 + 40 * i; var cy:Number = 33 + 40 * j; circle( cx, cy, 19 ); } } } } } Code Fullscreen Preview Fullscreen Ryogo_Qubere.. sazaam komatsu narahater nki2 onedayitwill.. assen_nissen.. chimanaco : colorfrocessing HapHands : frocessing tkinjo : color color frocessing int Number sort new page view favorite forked pv134 forked from: ColorModeHSVSampl.. aass forked:0 favorite:0lines:22 (diff:1) pv0 forked from: ColorModeHSVSampl.. ayumegu0615 forked:0 favorite:0lines:22 (diff:1) pv1615 HSVClock forked from: ColorMod.. umhr forked:4 favorite:26lines:76 (diff:97) tag: clock project pv261 forked from: ColorModeHSVSampl.. tsutaya42 forked:0 favorite:0lines:22 (diff:1)