Set RBG value
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract void SetRGB(
byte r,
byte g,
byte b
)
Public MustOverride Sub SetRGB (
r As Byte,
g As Byte,
b As Byte
)
Parameters
- r
- Type: SystemByte
- g
- Type: SystemByte
- b
- Type: SystemByte
Return Value
Type:
Return Value
Type:
See Also