clamp method

T clamp()

Creates an Attribute instance with TileMode.clamp.

Implementation

T clamp() => builder(TileMode.clamp);