Uses of Enum Class
cloud.opencode.base.image.codec.color.PixelFormat
Packages that use PixelFormat
-
Uses of PixelFormat in cloud.opencode.base.image.codec.color
Subclasses with type arguments of type PixelFormat in cloud.opencode.base.image.codec.colorModifier and TypeClassDescriptionenumPixel format describing channel layout, bit depth and ordering for buffers passed toColorTransform.Methods in cloud.opencode.base.image.codec.color that return PixelFormatModifier and TypeMethodDescriptionColorTransform.inputFormat()Source pixel format.ColorTransform.outputFormat()Destination pixel format.static PixelFormatReturns the enum constant of this class with the specified name.static PixelFormat[]PixelFormat.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 PixelFormatModifier 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.