Uses of Enum Class
cloud.opencode.base.image.codec.color.RenderingIntent
Packages that use RenderingIntent
-
Uses of RenderingIntent in cloud.opencode.base.image.codec.color
Subclasses with type arguments of type RenderingIntent in cloud.opencode.base.image.codec.colorModifier and TypeClassDescriptionenumICC rendering intent — determines how out-of-gamut colors are handled when mapping between two color profiles.Methods in cloud.opencode.base.image.codec.color that return RenderingIntentModifier and TypeMethodDescriptionstatic RenderingIntentReturns the enum constant of this class with the specified name.static RenderingIntent[]RenderingIntent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.image.codec.color with parameters of type RenderingIntentModifier and TypeMethodDescriptionstatic ColorTransformColorTransform.create(ColorProfile inProfile, PixelFormat inFormat, ColorProfile outProfile, PixelFormat outFormat, RenderingIntent intent) Creates a transform from(inProfile, inFormat)to(outProfile, outFormat)using the given rendering intent.