Grasshopper API
GH_MemoryBitmapColour Method (Int32, Int32) |
Gets the colour at the given pixel coordinates.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public Color Colour( int x, int y )
Public Function Colour ( x As Integer, y As Integer ) As Color
Parameters
- x
- Type: SystemInt32
X coordinate (column) of pixel. Must be on image interior. - y
- Type: SystemInt32
Y coordinate (column) of pixel. Must be on image interior.
Return Value
Type: ColorColour at given pixel.
