Blend.State
Blend state.
type t
The type for GPUBlendState objects.
GPUBlendState
val v : ?color:Component.t -> ?alpha:Component.t -> unit -> t
v constructs a GPUBlendState object with given parameters.
v