Class GrayBlend.Builder
java.lang.Object
dev.wyck.environment.attribute.modifier.GrayBlend.Builder
- Enclosing interface:
GrayBlend
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbrightness(float brightness) Sets the brightness of the gray color.build()Builds the gray blend.factor(float factor) Sets the factor of the gray color.
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
brightness
Sets the brightness of the gray color.- Parameters:
brightness- the brightness of the gray color- Returns:
- this builder
- Since:
- 3.2.0
-
factor
Sets the factor of the gray color.- Parameters:
factor- the factor of the gray color- Returns:
- this builder
- Since:
- 3.2.0
-
build
-