Uses of Class
bg.codexio.ai.openai.api.sdk.images.tolerance.ColorDeviation
-
Packages that use ColorDeviation Package Description bg.codexio.ai.openai.api.sdk.images bg.codexio.ai.openai.api.sdk.images.tolerance -
-
Uses of ColorDeviation in bg.codexio.ai.openai.api.sdk.images
Methods in bg.codexio.ai.openai.api.sdk.images with parameters of type ColorDeviation Modifier and Type Method Description ChoicesStage<R,E>EditingMaskStage. masked(int red, int green, int blue, ColorDeviation deviation)ChoicesStage<R,E>EditingMaskStage. masked(int alphaZeroHex, ColorDeviation deviation)ChoicesStage<R,E>EditingMaskStage. masked(PopularColor color, ColorDeviation deviation)ChoicesStage<R,E>EditingMaskStage. masked(String colorHex, ColorDeviation deviation) -
Uses of ColorDeviation in bg.codexio.ai.openai.api.sdk.images.tolerance
Methods in bg.codexio.ai.openai.api.sdk.images.tolerance that return ColorDeviation Modifier and Type Method Description static ColorDeviationColorDeviation. valueOf(String name)Returns the enum constant of this type with the specified name.static ColorDeviation[]ColorDeviation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-