FloatColor

色を表すstructです.浮動小数点型で値を持ちます.

最小値は0.0,最大値は1.0です.

deprecated
alias FloatColor = BaseColor!(float, 1.0f)

Meta