Grasshopper API
GH_GraphicsUtilLimitIntegers Method |
Limits RGB channels to the 0~255 range,
Namespace: Grasshopper.GUI
Assembly: Grasshopper (in Grasshopper.dll)

public static void LimitIntegers( ref int r, ref int g, ref int b )
Public Shared Sub LimitIntegers ( ByRef r As Integer, ByRef g As Integer, ByRef b As Integer )
Parameters
- r
- Type: SystemInt32
- g
- Type: SystemInt32
- b
- Type: SystemInt32
