Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.image
  • Platforms: .NET, .NET Standard 2.0, Island
  • Ancestry: Image | PalettedImage

Required Methods


At    (declared in Image)

method At(x: int; y: int): Color
func At(_ x: int, _ y: int) -> Color
func At(x int, y int) Color
Function At(x As int, y As int) As Color

Parameters:

  • x:
  • y:

Bounds    (declared in Image)

func Bounds() -> Rectangle
Function Bounds() As Rectangle

ColorIndexAt

method ColorIndexAt(x: int; y: int): uint8
uint8 ColorIndexAt(int x, int y)
func ColorIndexAt(_ x: int, _ y: int) -> uint8
func ColorIndexAt(x int, y int) uint8
Function ColorIndexAt(x As int, y As int) As uint8

Parameters:

  • x:
  • y:

ColorModel    (declared in Image)

func ColorModel() -> Model
Function ColorModel() As Model