MCPcopy Create free account
hub / github.com/jetkvm/kvm / UIObjSetOpacity

Method UIObjSetOpacity

internal/native/empty.go:87–89  ·  view source on GitHub ↗
(objName string, opacity int)

Source from the content-addressed store, hash-verified

85}
86
87func (e *EmptyNativeInterface) UIObjSetOpacity(objName string, opacity int) (bool, error) {
88 return false, nil
89}
90
91func (e *EmptyNativeInterface) UIObjFadeIn(objName string, duration uint32) (bool, error) {
92 return false, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected