패키지 | flash.display |
클래스 | public final class ColorCorrectionSupport |
상속 | ColorCorrectionSupport Object |
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
flash.display.Stage.colorCorrectionSupport
속성 값을 제공합니다.
관련 API 요소
공용 속성
공용 메서드
공용 상수
상수 | 정의 주체 | ||
---|---|---|---|
DEFAULT_OFF : String = "defaultOff" [정적]
색상 교정이 지원되며 기본적으로 꺼져 있습니다. | ColorCorrectionSupport | ||
DEFAULT_ON : String = "defaultOn" [정적]
색상 교정이 지원되며 기본적으로 켜져 있습니다. | ColorCorrectionSupport | ||
UNSUPPORTED : String = "unsupported" [정적]
호스트 환경에서 색상 교정이 지원되지 않습니다. | ColorCorrectionSupport |
상수 세부 정보
DEFAULT_OFF | 상수 |
public static const DEFAULT_OFF:String = "defaultOff"
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
색상 교정이 지원되며 기본적으로 꺼져 있습니다.
DEFAULT_ON | 상수 |
public static const DEFAULT_ON:String = "defaultOn"
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
색상 교정이 지원되며 기본적으로 켜져 있습니다.
UNSUPPORTED | 상수 |
public static const UNSUPPORTED:String = "unsupported"
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
호스트 환경에서 색상 교정이 지원되지 않습니다.
Tue Jun 12 2018, 03:17 PM Z