Click or drag to resize

GH_GraphicsUtilColourARGB Method

Overload List
  NameDescription
Public methodStatic memberColourARGB(Double, Double, Double)
Create a colour from floating ARGB channels (0.0~1.0). Channels are clipped to valid ranges.
Public methodStatic memberColourARGB(Int32, Int32, Int32)
Create a colour from integer RGB channels. Channels are clipped to valid ranges.
Public methodStatic memberColourARGB(Int32, Int32, Int32, Int32)
Create a colour from integer ARGB channels. Channels are clipped to valid ranges.
Top
See Also