home
wiki
classes/clusters list
class information
+
Point of view
All features
ANY
INTERNALS_HANDLER
All features
class GL_COLOR
Summary
top
Direct parents
insert list:
OPENGL
Overview
top
creation features
set_color
(r:
REAL_64
, g:
REAL_64
, b:
REAL_64
, a:
REAL_64
)
set_from_collection
(c:
COLLECTION
[
REAL_64
])
features
set_from_collection
(c:
COLLECTION
[
REAL_64
])
set_color
(r:
REAL_64
, g:
REAL_64
, b:
REAL_64
, a:
REAL_64
)
set_red
(r:
REAL_64
)
set_green
(g:
REAL_64
)
set_blue
(b:
REAL_64
)
set_alpha
(a:
REAL_64
)
red
:
REAL_64
green
:
REAL_64
blue
:
REAL_64
alpha
:
REAL_64
render
color_array
:
FAST_ARRAY
[
REAL_32
]
gl
:
GL
glu
:
GLU
smart_gl
:
SMART_GL
full_red
: GL_COLOR
full_green
: GL_COLOR
full_blue
: GL_COLOR
full_yellow
: GL_COLOR
full_magenta
: GL_COLOR
full_cyan
: GL_COLOR
full_white
: GL_COLOR
full_black
: GL_COLOR
set_from_collection
(c:
COLLECTION
[
REAL_64
])
effective procedure
top
require
c.count >= 4
set_color
(r:
REAL_64
, g:
REAL_64
, b:
REAL_64
, a:
REAL_64
)
effective procedure
top
set_red
(r:
REAL_64
)
effective procedure
top
require
color_array
/= Void and then
color_array
.count >= 4
r.in_range(0, 1)
set_green
(g:
REAL_64
)
effective procedure
top
require
color_array
/= Void and then
color_array
.count >= 4
g.in_range(0, 1)
set_blue
(b:
REAL_64
)
effective procedure
top
require
color_array
/= Void and then
color_array
.count >= 4
b.in_range(0, 1)
set_alpha
(a:
REAL_64
)
effective procedure
top
require
color_array
/= Void and then
color_array
.count >= 4
a.in_range(0, 1)
red
:
REAL_64
effective function
top
require
color_array
/= Void and then
color_array
.count >= 4
ensure
Result.in_range(0, 1)
green
:
REAL_64
effective function
top
require
color_array
/= Void and then
color_array
.count >= 4
ensure
Result.in_range(0, 1)
blue
:
REAL_64
effective function
top
require
color_array
/= Void and then
color_array
.count >= 4
ensure
Result.in_range(0, 1)
alpha
:
REAL_64
effective function
top
require
color_array
/= Void and then
color_array
.count >= 4
ensure
Result.in_range(0, 1)
render
effective procedure
top
color_array
:
FAST_ARRAY
[
REAL_32
]
writable attribute
top
gl
:
GL
once function
top
glu
:
GLU
once function
top
smart_gl
:
SMART_GL
once function
top
full_red
: GL_COLOR
once function
top
full_green
: GL_COLOR
once function
top
full_blue
: GL_COLOR
once function
top
full_yellow
: GL_COLOR
once function
top
full_magenta
: GL_COLOR
once function
top
full_cyan
: GL_COLOR
once function
top
full_white
: GL_COLOR
once function
top
full_black
: GL_COLOR
once function
top