8 lines
100 B
Matlab
8 lines
100 B
Matlab
|
|
classdef Color < uint32
|
||
|
|
enumeration
|
||
|
|
Red(0)
|
||
|
|
Green(1)
|
||
|
|
Blue(2)
|
||
|
|
end
|
||
|
|
end
|