Gpu.Color
Colors and color state.
module Write : sig ... end
Color write flags.
module Target_state : sig ... end
Color target states.
type t
The type for GPUColor objects.
GPUColor
val v : r:float -> g:float -> b:float -> a:float -> t
v constructs a GPUColor object with given parameters.
v