'''[[[cog
import element_utilities

element_utilities.generate_element('../schemas/uifill_schema.json')
]]]'''
# GENERATED SECTION, DO NOT HAND EDIT
class UIFill(UIElement):
	def __init__(self, type, origin, size, justify, anchor, color, alpha, mod_col, mod_alp):
		self.type = type
		self.origin = origin
		self.size = size
		self.justify = justify
		self.anchor = anchor
		self.color = color
		self.alpha = alpha
		self.mod_col = mod_col
		self.mod_alp = mod_alp

# [ Data Getter / Setter ]

# [ Public Properties ]

# [ Backing Properties ]
# END GENERATED SECTION
#[[[end]]]