Click or drag to resize
XDL

XTextureTransparentColor Property

Texure중 일부 영역에 대한 값을 투명하게 처리할 색성을 설정하거나 얻는다. 예를 들어, 검정색 부분을 투명하게 싶다면 0, 0, 0을 설정한다.

Namespace:  Pixoneer.NXDL.NGR
Assembly:  NXDLgr (in NXDLgr.dll) Version: 1.2.817.72
Syntax
C#
public Color TransparentColor { get; set; }

Property Value

Type: Color
See Also