Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「#FFFFFF」<-> 0xFFFFFFの間の色値の変換関数はありますか
String から値を読み取り、それを 16 進数に変換するのが好きです
# を 0x または空の文字列に置き換えて、ParseInt("FFFFFF", 16)? を実行します。#FFF は有効であり、#FFFFFF と等しいことに注意してください。
flex コンパイラを使用している場合は、mx.styles.StyleManager を使用して名前付きの色 (フォーマット #xxxxxx や red などの一般的な名前など) を uint に変換できます。
API リファレンス