LisaacTM Platform

IMAGE


Inherit/Insert Summary
parent_image_format No developed.
 
Constructor Summary
create
create_empty size type allocate
 
Slot Summary
image_data
name
width
height
channels
make
make_empty
get_red_value
get_green_value
get_blue_value
get_alpha_value
get_value
item
get_pixels
set_size
set_channels
set_format
set_data
calculate_stride
to_greyscale
 

Inherit/Insert Detail

parent_image_format

.../extra/opengl/images/image.li line #7

Section:
Inherit

Profile:
+ SelfSELFparent_image_format : IMAGE_FORMAT

Constructor Detail

create

.../extra/opengl/images/image.li line #23

Section:
Public

Profile:
- SelfSELFcreate   s : ABSTRACT_STRINGSELF

create_empty size type allocate

.../extra/opengl/images/image.li line #40

Section:
Public

Profile:
- SelfSELFcreate_empty   s : ABSTRACT_STRING  size  ( w : INTEGER, h : INTEGER)  type   n : INTEGER  allocate   b : BOOLEANSELF

Detail slot

image_data

.../extra/opengl/images/image.li line #11

Section:
IMAGE

Profile:
+ SelfSELFimage_data : FAST_ARRAYUINTEGER_8)

name

.../extra/opengl/images/image.li line #15

Section:
Public

Profile:
+ SelfSELFname : STRING

width

.../extra/opengl/images/image.li line #17

Section:
Public

Profile:
+ SelfSELFwidth : INTEGER

height

.../extra/opengl/images/image.li line #18

Section:
Public

Profile:
+ SelfSELFheight : INTEGER

channels

.../extra/opengl/images/image.li line #20

Section:
Public

Profile:
+ SelfSELFchannels : INTEGER

make

.../extra/opengl/images/image.li line #30

Section:
Public

Profile:
- SelfSELFmake   s : ABSTRACT_STRING

make_empty

.../extra/opengl/images/image.li line #47

Section:
Public

Profile:
- SelfSELFmake_empty  ( s : ABSTRACT_STRING, w : INTEGER, h : INTEGER, n : INTEGER, allocate : BOOLEAN)

get_red_value

.../extra/opengl/images/image.li line #59

Section:
Public

Profile:
- SelfSELFget_red_value  ( x : INTEGER, y : INTEGER) : UINTEGER_8

get_green_value

.../extra/opengl/images/image.li line #65

Section:
Public

Profile:
- SelfSELFget_green_value  ( x : INTEGER, y : INTEGER) : UINTEGER_8

get_blue_value

.../extra/opengl/images/image.li line #71

Section:
Public

Profile:
- SelfSELFget_blue_value  ( x : INTEGER, y : INTEGER) : UINTEGER_8

get_alpha_value

.../extra/opengl/images/image.li line #77

Section:
Public

Profile:
- SelfSELFget_alpha_value  ( x : INTEGER, y : INTEGER) : UINTEGER_8

get_value

.../extra/opengl/images/image.li line #83

Section:
Public

Profile:
- SelfSELFget_value  ( x : INTEGER, y : INTEGER) : UINTEGER_8

item

.../extra/opengl/images/image.li line #88

Section:
Public

Profile:
- SelfSELFitem   val : INTEGER

get_pixels

.../extra/opengl/images/image.li line #93

Section:
Public

Profile:
- SelfSELFget_pixels : FAST_ARRAYUINTEGER_8)

set_size

.../extra/opengl/images/image.li line #96

Section:
Public

Profile:
- SelfSELFset_size  ( w : INTEGER, h : INTEGER)

set_channels

.../extra/opengl/images/image.li line #102

Section:
Public

Profile:
- SelfSELFset_channels   ch : INTEGER

set_format

.../extra/opengl/images/image.li line #105

Section:
Public

Profile:
- SelfSELFset_format   fmt : IMAGE_FORMAT

set_data

.../extra/opengl/images/image.li line #110

Section:
Public

Profile:
- SelfSELFset_data   data : FAST_ARRAYUINTEGER_8)

calculate_stride

.../extra/opengl/images/image.li line #115

Section:
Public

Profile:
- SelfSELFcalculate_stride : UINTEGER_32

to_greyscale

.../extra/opengl/images/image.li line #127

Section:
Public

Profile:
- SelfSELFto_greyscale : IMAGE