clarify doc
This commit is contained in:
parent
192c455b16
commit
2f070dc302
|
@ -15,7 +15,7 @@ type Frame struct {
|
|||
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 {
|
||||
f := &Frame{
|
||||
fb: binder{
|
||||
|
|
Loading…
Reference in New Issue