Click or drag to resize

DrawingUtilitiesDarkModeConvertPixel Method

[Missing <summary> documentation for "M:Rhino.UI.DrawingUtilities.DarkModeConvertPixel(System.Byte@,System.Byte@,System.Byte@)"]

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public static void DarkModeConvertPixel(
	ref byte r,
	ref byte g,
	ref byte b
)

Parameters

r
Type: SystemByte

[Missing <param name="r"/> documentation for "M:Rhino.UI.DrawingUtilities.DarkModeConvertPixel(System.Byte@,System.Byte@,System.Byte@)"]

g
Type: SystemByte

[Missing <param name="g"/> documentation for "M:Rhino.UI.DrawingUtilities.DarkModeConvertPixel(System.Byte@,System.Byte@,System.Byte@)"]

b
Type: SystemByte

[Missing <param name="b"/> documentation for "M:Rhino.UI.DrawingUtilities.DarkModeConvertPixel(System.Byte@,System.Byte@,System.Byte@)"]

See Also