Documentation ¶
Index ¶
- Constants
- func Alpha(a uint8) color.Alpha
- func Alpha16(a uint16) color.Alpha16
- func CMYK(c, m, y, k uint8) color.CMYK
- func Gray(y uint8) color.Gray
- func Gray16(y uint16) color.Gray16
- func NRGBA(r, g, b, a uint8) color.NRGBA
- func NRGBA64(r, g, b, a uint16) color.NRGBA64
- func NYCbCrA(y, cb, cr, a uint8) color.NYCbCrA
- func Palette(v []color.Color) color.Palette
- func RGBA(r, g, b, a uint8) color.RGBA
- func RGBA64(r, g, b, a uint16) color.RGBA64
- func Require(runtime *goja.Runtime, module *goja.Object)
- func YCbCr(y, cb, cr uint8) color.YCbCr
Constants ¶
View Source
const (
ModuleID = `stdgo/image/color`
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.