Uses of Class
cloud.opencode.base.image.codec.color.ColorProfile
Packages that use ColorProfile
-
Uses of ColorProfile in cloud.opencode.base.image.codec.color
Methods in cloud.opencode.base.image.codec.color that return ColorProfileModifier and TypeMethodDescriptionstatic ColorProfileColorProfile.fromIccBytes(byte[] iccData) Loads an ICC profile from a raw byte array (e.g. embedded in a PNG/JPEG iCCP / Exif chunk).static ColorProfileColorProfile.lab()Creates a built-in Lab v4 profile with D50 white point (passes NULL tocmsCreateLab4Profileper lcms2 contract).static ColorProfileColorProfile.srgb()Creates a built-in sRGB profile (D65 white point, IEC 61966-2-1).static ColorProfileColorProfile.xyz()Creates a built-in XYZ profile (linear, D50 white point).Methods in cloud.opencode.base.image.codec.color with parameters of type ColorProfileModifier 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.