LisaacTM Platform

GL_COLOR_BUFFER


OpenGL pixel color buffer
Inherit/Insert Summary
parent_color_buffer No developed.
 
Slot Summary
rgb
rgba
red
green
blue
alpha
luminance
grey (single component) grey (single component)
luminance_alpha
grey+alpha grey+alpha
stencil_index
depth_component
clear
set_clear_value
set_color
set_color3f
set_color4f
set_mask
enable
disable
read size type in
 
aliases
read_rgb size in
read_rgba size in
draw_pixels size type
draw_rgb_pixels size
draw_rgba_pixels size
copy size type
copy_rgb size
copy_rgba size
 

Inherit/Insert Detail

parent_color_buffer

.../extra/opengl/opengl/gl_color_buffer.li line #9

Section:
Inherit

Profile:
- SelfSELFparent_color_buffer : COLOR_BUFFER

Detail slot

rgb

.../extra/opengl/opengl/gl_color_buffer.li line #13

Section:
Public

Profile:
- SelfSELFrgb : INTEGER

rgba

.../extra/opengl/opengl/gl_color_buffer.li line #14

Section:
Public

Profile:
- SelfSELFrgba : INTEGER

red

.../extra/opengl/opengl/gl_color_buffer.li line #15

Section:
Public

Profile:
- SelfSELFred : INTEGER

green

.../extra/opengl/opengl/gl_color_buffer.li line #16

Section:
Public

Profile:
- SelfSELFgreen : INTEGER

blue

.../extra/opengl/opengl/gl_color_buffer.li line #17

Section:
Public

Profile:
- SelfSELFblue : INTEGER

alpha

.../extra/opengl/opengl/gl_color_buffer.li line #18

Section:
Public

Profile:
- SelfSELFalpha : INTEGER

luminance

.../extra/opengl/opengl/gl_color_buffer.li line #19

Section:
Public

Profile:
- SelfSELFluminance : INTEGER

Description:
grey (single component) grey (single component)

luminance_alpha

.../extra/opengl/opengl/gl_color_buffer.li line #20

Section:
Public

Profile:
- SelfSELFluminance_alpha : INTEGER

Description:
grey+alpha grey+alpha

stencil_index

.../extra/opengl/opengl/gl_color_buffer.li line #21

Section:
Public

Profile:
- SelfSELFstencil_index : INTEGER

depth_component

.../extra/opengl/opengl/gl_color_buffer.li line #22

Section:
Public

Profile:
- SelfSELFdepth_component : INTEGER

clear

.../extra/opengl/opengl/gl_color_buffer.li line #25

Section:
Public

Profile:
- SelfSELFclear 

set_clear_value

.../extra/opengl/opengl/gl_color_buffer.li line #30

Section:
Public

Profile:
- SelfSELFset_clear_value  ( r : REAL_32, g : REAL_32, b : REAL_32, a : REAL_32)

set_color

.../extra/opengl/opengl/gl_color_buffer.li line #35

Section:
Public

Profile:
- SelfSELFset_color   c : COLOR

set_color3f

.../extra/opengl/opengl/gl_color_buffer.li line #45

Section:
Public

Profile:
- SelfSELFset_color3f  ( r : REAL_32, g : REAL_32, b : REAL_32)

set_color4f

.../extra/opengl/opengl/gl_color_buffer.li line #50

Section:
Public

Profile:
- SelfSELFset_color4f  ( r : REAL_32, g : REAL_32, b : REAL_32, a : REAL_32)

set_mask

.../extra/opengl/opengl/gl_color_buffer.li line #55

Section:
Public

Profile:
- SelfSELFset_mask  ( r : BOOLEAN, g : BOOLEAN, b : BOOLEAN, a : BOOLEAN)

enable

.../extra/opengl/opengl/gl_color_buffer.li line #60

Section:
Public

Profile:
- SelfSELFenable 

disable

.../extra/opengl/opengl/gl_color_buffer.li line #65

Section:
Public

Profile:
- SelfSELFdisable 

read size type in

.../extra/opengl/opengl/gl_color_buffer.li line #70

Section:
Public

Profile:
- SelfSELFread  ( x : INTEGER, y : INTEGER)  size  ( w : INTEGER, h : INTEGER)  type   t : INTEGER  in   buf : FAST_ARRAYUINTEGER_8)

aliases

read_rgb size in

.../extra/opengl/opengl/gl_color_buffer.li line #78

Section:
Public

Profile:
- SelfSELFread_rgb  ( x : INTEGER, y : INTEGER)  size  ( w : INTEGER, h : INTEGER)  in   buf : FAST_ARRAYUINTEGER_8)

read_rgba size in

.../extra/opengl/opengl/gl_color_buffer.li line #83

Section:
Public

Profile:
- SelfSELFread_rgba  ( x : INTEGER, y : INTEGER)  size  ( w : INTEGER, h : INTEGER)  in   buf : FAST_ARRAYUINTEGER_8)

draw_pixels size type

.../extra/opengl/opengl/gl_color_buffer.li line #88

Section:
Public

Profile:
- SelfSELFdraw_pixels   pixels : FAST_ARRAYUINTEGER_8)  size  ( w : INTEGER, h : INTEGER)  type   t : INTEGER

draw_rgb_pixels size

.../extra/opengl/opengl/gl_color_buffer.li line #95

Section:
Public

Profile:
- SelfSELFdraw_rgb_pixels   pixels : FAST_ARRAYUINTEGER_8)  size  ( w : INTEGER, h : INTEGER)

draw_rgba_pixels size

.../extra/opengl/opengl/gl_color_buffer.li line #100

Section:
Public

Profile:
- SelfSELFdraw_rgba_pixels   pixels : FAST_ARRAYUINTEGER_8)  size  ( w : INTEGER, h : INTEGER)

copy size type

.../extra/opengl/opengl/gl_color_buffer.li line #105

Section:
Public

Profile:
- SelfSELFcopy  ( x : INTEGER, y : INTEGER)  size  ( w : INTEGER, h : INTEGER)  type   t : INTEGER

copy_rgb size

.../extra/opengl/opengl/gl_color_buffer.li line #110

Section:
Public

Profile:
- SelfSELFcopy_rgb  ( x : INTEGER, y : INTEGER)  size  ( w : INTEGER, h : INTEGER)

copy_rgba size

.../extra/opengl/opengl/gl_color_buffer.li line #115

Section:
Public

Profile:
- SelfSELFcopy_rgba  ( x : INTEGER, y : INTEGER)  size  ( w : INTEGER, h : INTEGER)