mirror of
https://github.com/lxsang/Diya-API.git
synced 2024-12-28 12:28:21 +01:00
7 lines
129 B
Smalltalk
7 lines
129 B
Smalltalk
|
Extension { #name : #Color }
|
||
|
|
||
|
{ #category : #'*Diya' }
|
||
|
Color >> asGL4FArray [
|
||
|
^{self red. self green. self blue. self alpha }
|
||
|
]
|