DrawingUtilitiesDarkModeConvertPixel Method |
Attempt to adjust pixels to an image that works for dark mode
Namespace:
Rhino.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntaxpublic static void DarkModeConvertPixel(
ref byte r,
ref byte g,
ref byte b
)
Public Shared Sub DarkModeConvertPixel (
ByRef r As Byte,
ByRef g As Byte,
ByRef b As Byte
)
Parameters
- r
- Type: SystemByte
Red - g
- Type: SystemByte
Green - b
- Type: SystemByte
Vlue
See Also