Home
last modified time | relevance | path

Searched refs:linearRGB (Results 1 – 25 of 47) sorted by relevance

12

/dports/math/curv/curv-0.5/issues/
H A DRGB_Conversion1 Ensure that there is correct conversion between sRGB and linearRGB, everywhere.
44 vec4 fromLinear(vec4 linearRGB)
46 bvec4 cutoff = lessThan(linearRGB, vec4(0.0031308));
47 vec4 higher = vec4(1.055)*pow(linearRGB, vec4(1.0/2.4)) - vec4(0.055);
48 vec4 lower = linearRGB * vec4(12.92);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/color/
H A DLoadStandardProfilesTest.java40 ICC_Profile linearRGB = ICC_Profile.getInstance("LINEAR_RGB.pf"); in main() local
46 linearRGB == null) in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/Color/
H A DLoadStandardProfilesTest.java40 ICC_Profile linearRGB = ICC_Profile.getInstance("LINEAR_RGB.pf"); in main() local
46 linearRGB == null) in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/color/
H A DLoadStandardProfilesTest.java40 ICC_Profile linearRGB = ICC_Profile.getInstance("LINEAR_RGB.pf"); in main() local
46 linearRGB == null) in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/color/
H A DLoadStandardProfilesTest.java40 ICC_Profile linearRGB = ICC_Profile.getInstance("LINEAR_RGB.pf"); in main() local
46 linearRGB == null) in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/color/
H A DLoadStandardProfilesTest.java40 ICC_Profile linearRGB = ICC_Profile.getInstance("LINEAR_RGB.pf"); in main() local
46 linearRGB == null) in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/color/
H A DLoadStandardProfilesTest.java40 ICC_Profile linearRGB = ICC_Profile.getInstance("LINEAR_RGB.pf"); in main() local
46 linearRGB == null) in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/Color/
H A DLoadStandardProfilesTest.java40 ICC_Profile linearRGB = ICC_Profile.getInstance("LINEAR_RGB.pf"); in main() local
46 linearRGB == null) in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/color/
H A DLoadStandardProfilesTest.java40 ICC_Profile linearRGB = ICC_Profile.getInstance("LINEAR_RGB.pf"); in main() local
46 linearRGB == null) in main()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-haxe.all/classes.all/display/
H A DInterpolationMethod_as.hx45 if (Std.string(InterpolationMethod.LINEAR_RGB) == "linearRGB") {
46 DejaGnu.pass("InterpolationMethod.LINEAR_RGB is the correct string (linearRGB)");
49 …"InterpolationMethod.LINEAR_RGB is not the correct string (Should be linearRGB, but is "+Interpola…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DSVGCSSValueKeywords.in187 linearRGB
192 #linearRGB
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/resources/RelaxNG/svg/
H A Dsvg-paint-attrib.rnc85 "auto" | "sRGB" | "linearRGB" | "inherit"
H A Dsvg-basic-filter.rnc41 "auto" | "sRGB" | "linearRGB" | "inherit"
/dports/x11/florence/florence-0.6.3/data/svg11/
H A Dsvg-paint-attrib.rnc85 "auto" | "sRGB" | "linearRGB" | "inherit"
H A Dsvg-basic-filter.rnc41 "auto" | "sRGB" | "linearRGB" | "inherit"
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-ming.all/
H A DGradientFillTest.as283 "linearRGB");
320 "linearRGB", 3.5);
333 "linearRGB", 3.5);
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dcolorspaces_inline_conversions.h574 static inline void dt_linearRGB_to_XYZ(const dt_aligned_pixel_t linearRGB, dt_aligned_pixel_t XYZ) in dt_linearRGB_to_XYZ() argument
576 dt_apply_transposed_color_matrix(linearRGB, sRGB_to_xyz_transposed, XYZ); in dt_linearRGB_to_XYZ()
591 static inline void dt_XYZ_to_linearRGB(const dt_aligned_pixel_t XYZ, dt_aligned_pixel_t linearRGB) in dt_XYZ_to_linearRGB() argument
593 dt_apply_transposed_color_matrix(XYZ, xyz_to_srgb_transposed, linearRGB); in dt_XYZ_to_linearRGB()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/attributes/
H A Dcss_defaults17 "color-interpolation-filters" - "linearRGB" - "yes"
/dports/www/kf5-khtml/khtml-5.89.0/src/css/
H A Dcssvalues.in564 linearRGB
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/testfiles/
H A Dfuzzer.dict221 "linearRGB"
/dports/math/geogram/geogram-1.7.7/src/bin/geoshade/glsl/ShaderToy/
H A DGeodesicTiling.glsl662 vec3 linearToScreen(vec3 linearRGB) {
663 return gamma(linearRGB, 1.0 / GAMMA);
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dretouch.c2746 static inline void dt_linearRGB_to_XYZ(const float *const linearRGB, float *XYZ) in dt_linearRGB_to_XYZ() argument
2755 for(int c = 0; c < 3; c++) XYZ[r] += srgb_to_xyz[r][c] * linearRGB[c]; in dt_linearRGB_to_XYZ()
2758 static inline void dt_XYZ_to_linearRGB(const float *const XYZ, float *linearRGB) in dt_XYZ_to_linearRGB() argument
2765 linearRGB[0] = linearRGB[1] = linearRGB[2] = 0.f; in dt_XYZ_to_linearRGB()
2767 for(int c = 0; c < 3; c++) linearRGB[r] += xyz_to_srgb_matrix[r][c] * XYZ[c]; in dt_XYZ_to_linearRGB()
/dports/math/curv/curv-0.5/ideas/graphic/
H A DColour.md69 * There is a general `Colour` type, represented as 3 floats in linearRGB.
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/graphics/
H A DGradientBase.as210 [Inspectable(category="General", enumeration="rgb,linearRGB", defaultValue="rgb")]
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/graphics/
H A DLinearGradientStroke.as212 [Inspectable(category="General", enumeration="rgb,linearRGB", defaultValue="rgb")]

12