Fade in and fade out effect in java applet

前端 未结 3 1615
后悔当初
后悔当初 2021-01-21 17:29

I am making this java applet graphics with nodes and edges. I want to implement the fade-in and fade out effect on retrieval of the new nodes when one node is clicked, but I don

3条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-21 18:00

    This example uses AlphaComposite to do the fading. Alternatively, this example composes a color table based on saturation.

提交回复
热议问题