This page was saved using jaction on 2006-09-04 8:33:47.
Address: http://flexdocs.kr/docs/flex2/langref/flash/display/InterpolationMethod.html
Title: flash.display.InterpolationMethod (Flex™ 2 레퍼런스 가이드)  •  Size: 19802
Packageflash.display
Classpublic final class InterpolationMethod
InheritanceInterpolationMethod Inheritance Object

InterpolationMethod 클래스는,Graphics.beginGradientFill()Graphics.lineGradientStyle() Methods의 interpolationMethod Parameters의 값을 제공합니다. 이 Parameters는, 그라데이션이 렌더링 될 때 사용되는 RGB 스페이스를 결정합니다.

See also

flash.display.Graphics.beginGradientFill()
flash.display.Graphics.lineGradientStyle()


Public property
 property정의
 Inheritedconstructor : Object
특정의 object 인스턴스의 클래스 object 또는 constructor    함수에의 참조입니다.
Object
 Inheritedprototype : Object
[static] 클래스 또는 함수 object의 prototype object에의 참조입니다.
Object
Public Methods
 Methods정의
 InheritedhasOwnProperty (name:String ):Boolean
object로 지정된 property가 정의되고 있는지 어떤지를 나타냅니다.
Object
 InheritedisPrototypeOf (theClass:Object ):Boolean
Object 클래스의 인스턴스가, Parameters로서 지정된 object의 prototype 체인내에 있을지 어떨지를 나타냅니다.
Object
 InheritedpropertyIsEnumerable (name:String ):Boolean
지정된 property가 존재해, 열거 가능한가 어떤가를 나타냅니다.
Object
 InheritedsetPropertyIsEnumerable (name:String , isEnum:Boolean = true):void
루프 처리에 대한 다이나믹 property의 가용성을 설정합니다.
Object
 InheritedtoString ():String
지정된 object의 string 표현을 돌려줍니다.
Object
 InheritedvalueOf ():Object
지정된 object의 원시적치를 돌려줍니다.
Object
Public 정수
 정수정의
  LINEAR_RGB : String = "linearRGB"
[static] 선형 RGB 보간 Methods를 사용하는 것을 지정합니다.
InterpolationMethod
  RGB : String = "rgb"
[static] RGB 보간 Methods를 사용하는 것을 지정합니다.
InterpolationMethod
정수의 상세
LINEAR_RGB정수
public static const LINEAR_RGB:String = "linearRGB"

선형 RGB 보간 Methods를 사용하는 것을 지정합니다. 이것에 의해, 선형 RGB 칼라 모델에 근거한 RGB 칼라 스페이스가 사용되게 됩니다.

See also

RGB
RGB정수 
public static const RGB:String = "rgb"

RGB 보간 Methods를 사용하는 것을 지정합니다. 이것에 의해, 그라데이션이 렌더링 될 때, 지수 sRGB (표준 RGB) 스페이스가 사용되게 됩니다. sRGB 스페이스는, 적, 록, 청의 각 원가요소치와 원가요소 가시색의 실제 휘도의 사이의 비선형 변환을 정의한 W3C 승인의 표준입니다.

예를 들어, 2 개의 색의 사이에,spreadMethod Parameters가 SpreadMethod.REFLECT 로 설정된 간단한 선상 그라데이션이 있다고 합니다. 각각의 보간 방법으로, 외관에 다음과 같은 영향이 있습니다.

InterpolationMethod.LINEAR_RGB InterpolationMethod.RGB

See also







 

코멘트가 추가되었을 경우, 메일로 받기. | 코멘트 리포트

현재의 페이지: http://flexdocs.kr/docs/flex2/langref/flash/display/InterpolationMethod.html