|
XDMCompositeSetColorBalance Method
|
Color balance 값를 설정한다. Color Balance는 칼라 값의 인텐시티에 대한 조절을 의미한다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic void SetColorBalance(
int Red,
int Green,
int Blue
)
Parameters
- Red Int32
- Red balance value.
- Green Int32
- Green balance value.
- Blue Int32
- Blue balance value.
See Also