Existing functions could be modified like so:
Code: Select all
Result = Red(Color[,Depth])
Code: Select all
Result = Red(Color,10)
Code: Select all
Result = Red(Color[,Depth])
Code: Select all
Result = Red(Color,10)
Code: Select all
Structure pixl
R.c
G.c
B.c
EndStructure