User Tools

Site Tools


en:getslice

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:getslice [2016/08/12 12:36]
admin
en:getslice [2020/02/28 10:46]
Line 1: Line 1:
-===== GetSlice (Function) ===== 
-==== Format ==== 
-getslice([[numericexpressions|x_position]], [[numericexpressions|y_position]], //width_expr//, //height_expr//) 
- 
-returns //string_value// 
- 
-==== Description ==== 
-Return a string that contains a Hexadecimal (base 16) representation of the rectangle defined by the parameters.  String is formatted as first 4 bytes - width, next 4 bytes - height, 6 bytes for each pixel (width * height). 
- 
-==== Example ==== 
-<code> 
-color 16-1 
-plot 1,1 
-color 16^2-1 
-plot 1,2 
-color 16^3-1 
-plot 2,1 
-color 16^4-1 
-plot 2,2 
-print getslice(1, 1, 2, 2) 
-</code> 
-displays 
-<code> 
-0002000200000f000fff0000ff00ffff 
-</code> 
- 
-==== See Also ==== 
-{{page>en:start#Graphics - Slices&noheader}} 
- 
-==== New To Version ====  
-0.9.6b 
  
en/getslice.txt ยท Last modified: 2020/02/28 10:46 (external edit)