alpha patterns
This commit is contained in:
@@ -36,7 +36,7 @@ func Run(ctx context.Context, inst *mxl.Instance, cfg Config) (runErr error) {
|
||||
}
|
||||
|
||||
var staticFrame []byte
|
||||
if !pattern.dynamic {
|
||||
if !pattern.dynamic && !cfg.HasAlpha() {
|
||||
frameSize := generator.V210FrameSize(int(cfg.Width()), int(cfg.Height()))
|
||||
staticFrame = make([]byte, frameSize)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user