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