Extension { #name : #Color } { #category : #'*Diya' } Color >> asGL4FArray [ ^{self red. self green. self blue. self alpha } ]