1
0
mirror of https://github.com/lxsang/Diya-API.git synced 2024-12-28 12:28:21 +01:00
Diya-API/Diya/Color.extension.st

7 lines
129 B
Smalltalk
Raw Normal View History

2022-03-06 18:33:10 +01:00
Extension { #name : #Color }
{ #category : #'*Diya' }
Color >> asGL4FArray [
^{self red. self green. self blue. self alpha }
]