Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ImageSlice ¶
type ImageSlice struct {
// contains filtered or unexported fields
}
ImageSlice is an Image interface implementation that encapsulate a cropped image that shares memory with the original image
func (*ImageSlice) Bounds ¶
func (slice *ImageSlice) Bounds() image.Rectangle
func (*ImageSlice) ColorModel ¶
func (slice *ImageSlice) ColorModel() color.Model
Click to show internal directories.
Click to hide internal directories.