Skip to content
MAO edited this page Mar 11, 2014 · 14 revisions

Welcome to the Interaction-Design-Foundation wiki!


Getting Start with Processing

1st Week (2014.3.5)

[學習資源介紹]

Processing 基本框架:

設定畫布大小的語法: size( 畫布寬度 , 畫布高度 );

設定畫布背景顏色的語法: processing中的基本顏色選擇有兩種方式:灰階和RGB三原色,數值分別都是0~255

background( 灰階數值 );background( R數值, G數值, B數值 );

ex.

Clone this wiki locally