無料flash作成ソフト“ParaFla!” part25改 (311レス)
無料flash作成ソフト“ParaFla!” part25改 http://mevius.5ch.net/test/read.cgi/swf/1380072103/
上
下
前次
1-
新
通常表示
512バイト分割
レス栞
抽出解除
必死チェッカー(本家)
(べ)
自ID
レス栞
あぼーん
63: Now_loading...774KB [sage] 2013/12/31(火) 21:04:22.21 ID:cjMWUF9X あと↓のとは別で、白(0xFFFFFF)のアルファ値を 0 → 100 にしたものがあれば だいたいの色を表現できることになりますか? (幅、高さの関係でグラデーション途中の色で抜け落ちてるところもあるとは思いますが) // SWF8 g_w = 300; g_h = 300; g_colors = [0xFF0000, 0xFFFF00, 0x00FF00, 0x00FFFF, 0x0000FF, 0xFF00FF, 0xFF0000]; g_alphas = [100, 100, 100, 100, 100, 100, 100]; g_ratios = [0, 42, 84, 128, 171, 213, 255]; g_matrix = new flash.geom.Matrix(); g_matrix.createGradientBox(g_w, g_h, 0, 0, 0); this.beginGradientFill("linear", g_colors, g_alphas, g_ratios, g_matrix, "pad", "rgb", 0); this.moveTo(0, 0 ); this.lineTo(g_w, 0 ); this.lineTo(g_w, g_h); this.lineTo(0, g_h); this.lineTo(0, 0 ); this.endFill(); g_colors = [0x000000, 0x000000]; g_alphas = [0, 100]; g_ratios = [0, 255]; g_matrix.createGradientBox(g_w, g_h, 0.5 * Math.PI, 0, 0); this.beginGradientFill("linear", g_colors, g_alphas, g_ratios, g_matrix, "pad", "rgb", 0); this.moveTo(0, 0 ); this.lineTo(g_w, 0 ); this.lineTo(g_w, g_h); this.lineTo(0, g_h); this.lineTo(0, 0 ); this.endFill(); http://mevius.5ch.net/test/read.cgi/swf/1380072103/63
メモ帳
(0/65535文字)
上
下
前次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.011s