2008年12月20日土曜日

JavaFX Reflection (scene.effect)

Reflection 反射


var reflection = Text {
x: 10
y: 42
content: "Reflection"
fill: Color.SEAGREEN
font: Font{ size: 20 name: "Verdana"}
effect: Reflection {
fraction: 0.9
topOpacity: 0.9
topOffset: 0.1
}
};

0 件のコメント:

コメントを投稿