Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ToNRGBA = helpers.ToNRGBA
Functions ¶
This section is empty.
Types ¶
type DrawModifierNode ¶
type DrawModifierNode = layoutnode.DrawModifierNode
type InspectableModifier ¶
type InspectableModifier = modifier.InspectableModifier
type LayoutContext ¶
type LayoutContext = layoutnode.LayoutContext
type LayoutDimensions ¶
type LayoutDimensions = layoutnode.LayoutDimensions
type LayoutWidget ¶
type LayoutWidget = layoutnode.LayoutWidget
type ModifierInspectorInfo ¶
type ModifierInspectorInfo = modifier.InspectorInfo
type ShadowData ¶
type ShadowElement ¶
type ShadowElement struct {
// contains filtered or unexported fields
}
func (*ShadowElement) Create ¶
func (e *ShadowElement) Create() Node
func (*ShadowElement) Equals ¶
func (e *ShadowElement) Equals(other Element) bool
func (*ShadowElement) Update ¶
func (e *ShadowElement) Update(node Node)
type ShadowNode ¶
type ShadowNode struct {
ChainNode
// contains filtered or unexported fields
}
func NewShadowNode ¶
func NewShadowNode(element ShadowElement) *ShadowNode
Click to show internal directories.
Click to hide internal directories.