Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pixelBufferLength (0.24 sec)

  1. src/image/image.go

    // undefined.
    type PalettedImage interface {
    	// ColorIndexAt returns the palette index of the pixel at (x, y).
    	ColorIndexAt(x, y int) uint8
    	Image
    }
    
    // pixelBufferLength returns the length of the []uint8 typed Pix slice field
    // for the NewXxx functions. Conceptually, this is just (bpp * width * height),
    // but this function panics if at least one of those is negative or if the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 34.9K bytes
    - Viewed (0)
Back to top