|
XDMCompositeGetColorBalance Method
|
Color balance 값을 얻는다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 3.0.0.0
Syntaxpublic void GetColorBalance(
ref int Red,
ref int Green,
ref int Blue
)
Parameters
- Red Int32
- Red 조절 값.
- Green Int32
- Green 조절 값.
- Blue Int32
- Blue 조절 값.
See Also