Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Wall.Paint
Sourcetype 'texture t = 'texture Wall_types.paint = {
xform : Transform.t;
extent : Gg.size2;
radius : float;
feather : float;
inner : Wall_types.color;
outer : Wall_types.color;
texture : 'texture option;
}
val linear_gradient :
sx:float ->
sy:float ->
ex:float ->
ey:float ->
inner:Wall_types.color ->
outer:Wall_types.color ->
_ t
val radial_gradient :
cx:float ->
cy:float ->
inr:float ->
outr:float ->
inner:Wall_types.color ->
outer:Wall_types.color ->
_ t
val box_gradient :
x:float ->
y:float ->
w:float ->
h:float ->
r:float ->
f:float ->
inner:Wall_types.color ->
outer:Wall_types.color ->
_ t