Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for brightness (0.24 sec)

  1. platforms/documentation/docs/src/docs/css/javadoc.css

    button.copy:hover,
    button.copy:active,
    button.copy:focus-visible,
    button.copy.visible {
        opacity: 100%;
    }
    button.copy img {
        position: relative;
        background: none;
        filter: brightness(var(--copy-icon-brightness));
    }
    button.copy:active {
        background-color: var(--copy-button-background-color-active);
    }
    button.copy span {
        color: var(--body-text-color);
        position: relative;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  2. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    ringOffsetColor")),type:["color","any"]})},blur:({matchUtilities:i,theme:e})=>{i({blur:t=>({"--tw-blur":`blur(${t})`,"@defaults filter":{},filter:Be})},{values:e("blur")})},brightness:({matchUtilities:i,theme:e})=>{i({brightness:t=>({"--tw-brightness":`brightness(${t})`,"@defaults filter":{},filter:Be})},{values:e("brightness")})},contrast:({matchUtilities:i,theme:e})=>{i({contrast:t=>({"--tw-contrast":`contrast(${t})`,"@defaults filter":{},filter:Be})},{values:e("contrast")})},dropShadow:({matc...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  3. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    ---------- The breadth of the Shadow | 1/54 | 1/9 ---------- The breadth between the Middles of the | 1/38 | brightest Light of the innermost Fringes | or | on either side the Shadow | 1/39 | 7/50 ---------- The breadth between the Middles of the | | brightest Light of the middlemost Fringes| | on either side the Shadow | 1/23-1/2 | 4/17 ---------- The breadth between the Middles of the | 1/18 | brightest Light of the outmost Fringes | or | on either side the Shadow | 1/18-1/2 | 3/10 ---------- The distance...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  4. src/testdata/Isaac.Newton-Opticks.txt

    the red, yellow and green in that Iris 63 or 64 Minutes, besides the
    outmost faint red obscured by the brightness of the Clouds, for which we
    may allow 3 or 4 Minutes more. The breadth of the blue was about 40
    Minutes more besides the violet, which was so much obscured by the
    brightness of the Clouds, that I could not measure its breadth. But
    supposing the breadth of the blue and violet together to equal that of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  5. src/internal/trace/traceviewer/static/trace_viewer_full.html

    r=Math.round(r);g=Math.round(g);b=Math.round(b);return'rgba('+r+','+g+','+b+', '+a+')';};return{SinebowColo...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
  6. src/cmd/vendor/github.com/google/pprof/internal/driver/html/stacks.js

        }
        return elem;
      }
    
      function makeColor(index) {
        // Rotate hue around a circle. Multiple by phi to spread things
        // out better. Use 50% saturation to make subdued colors, and
        // 80% lightness to have good contrast with black foreground text.
        const PHI = 1.618033988;
        const hue = (index+1) * PHI * 2 * Math.PI; // +1 to avoid 0
        const hsl = `hsl(${hue}rad 50% 80%)`;
        return hsl;
      }
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 18.5K bytes
    - Viewed (0)
Back to top