mirror of
https://github.com/lxsang/Diya-API.git
synced 2024-12-29 04:48:22 +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 }
|
|
]
|