Notice
Recent Posts
Recent Comments
SNOWFLAKES DRAWING PAPER
[AS3] RGB 값을 HEX로 다시 변환 본문
TextFormat을 사용하는 중 색이 rgb 숫자로 들어가게 된다
예를 들어
trance(TextFormat["color"])
출력 : 13553358
다시 hex로 변환은
var ct:ColorTransform = new ColorTransform();
ct.color = value;
trance String( ct.color.toString(16) );
'개발 > FLEX/AS3/AIR/BlazeDS' 카테고리의 다른 글
[AIR] AIR 한글 삭제문제 해결하기 (0) | 2008.11.28 |
---|---|
[AIR] AIR 1.1 이후 한글 입력 버그 수정하기 (0) | 2008.11.27 |
[FLEX] 걍 필요해서 수정한 ColorPicker (0) | 2008.11.21 |
[FLEX] Adobe ActionScript 3.0 프로그래밍 WEB PAGE (0) | 2008.11.20 |
[FLEX] AIR로된 FlexComponent (0) | 2008.11.18 |
Comments