clarify doc
This commit is contained in:
parent
192c455b16
commit
2f070dc302
|
@ -15,7 +15,7 @@ type Frame struct {
|
||||||
width, height int
|
width, height int
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewFrame creates a new fully transparent Frame with given dimensions.
|
// NewFrame creates a new fully transparent Frame with given dimensions in pixels.
|
||||||
func NewFrame(width, height int, smooth bool) *Frame {
|
func NewFrame(width, height int, smooth bool) *Frame {
|
||||||
f := &Frame{
|
f := &Frame{
|
||||||
fb: binder{
|
fb: binder{
|
||||||
|
|
Loading…
Reference in New Issue