Versions in this module Expand all Collapse all v0 v0.1.0 Aug 1, 2017 Changes in this version + var ResizeMode_name = map[int32]string + var ResizeMode_value = map[string]int32 + type ResizeMode int32 + const ResizeMode_CENTER + const ResizeMode_FILL + const ResizeMode_FIT + const ResizeMode_STRETCH + func (ResizeMode) EnumDescriptor() ([]byte, []int) + func (x ResizeMode) String() string + type View struct + Image *matcha1.ImageOrResource + ResizeMode ResizeMode + Scale float64 + Tint *matcha.Color + func (*View) Descriptor() ([]byte, []int) + func (*View) ProtoMessage() + func (m *View) GetImage() *matcha1.ImageOrResource + func (m *View) GetResizeMode() ResizeMode + func (m *View) GetScale() float64 + func (m *View) GetTint() *matcha.Color + func (m *View) Reset() + func (m *View) String() string