ColorMatrix.Matrix33 속성

정의

ColorMatrix의 셋째 행과 셋째 열에 있는 요소를 가져오거나 설정합니다. 알파 구성 요소를 나타냅니다.

public:
 property float Matrix33 { float get(); void set(float value); };
public float Matrix33 { get; set; }
member this.Matrix33 : single with get, set
Public Property Matrix33 As Single

속성 값

ColorMatrix의 셋째 행과 셋째 열에 있는 요소입니다.

적용 대상