Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for ycbcr (0.05 sec)

  1. api/go1.4.txt

    pkg image, method (*NRGBA64) NRGBA64At(int, int) color.NRGBA64
    pkg image, method (*RGBA) RGBAAt(int, int) color.RGBA
    pkg image, method (*RGBA64) RGBA64At(int, int) color.RGBA64
    pkg image, method (*YCbCr) YCbCrAt(int, int) color.YCbCr
    
    # CL 129190043 png: make the encoder configurable, Jeff R. Allen <******@****.***>
    pkg image/png, const BestCompression = -3
    pkg image/png, const BestCompression CompressionLevel
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 12 03:01:01 UTC 2014
    - 34K bytes
    - Viewed (0)
  2. api/go1.17.txt

    pkg image, method (*RGBA) RGBA64At(int, int) color.RGBA64
    pkg image, method (*RGBA) SetRGBA64(int, int, color.RGBA64)
    pkg image, method (*Uniform) RGBA64At(int, int) color.RGBA64
    pkg image, method (*YCbCr) RGBA64At(int, int) color.RGBA64
    pkg image, method (Rectangle) RGBA64At(int, int) color.RGBA64
    pkg image, type RGBA64Image interface { At, Bounds, ColorModel, RGBA64At }
    pkg image, type RGBA64Image interface, At(int, int) color.Color
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 18K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Uniform).RGBA64At", Method, 17},
    		{"(*YCbCr).At", Method, 0},
    		{"(*YCbCr).Bounds", Method, 0},
    		{"(*YCbCr).COffset", Method, 0},
    		{"(*YCbCr).ColorModel", Method, 0},
    		{"(*YCbCr).Opaque", Method, 0},
    		{"(*YCbCr).RGBA64At", Method, 17},
    		{"(*YCbCr).SubImage", Method, 0},
    		{"(*YCbCr).YCbCrAt", Method, 4},
    		{"(*YCbCr).YOffset", Method, 0},
    		{"(Point).Add", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg image, type Uniform struct, C color.Color
    pkg image, type YCbCr struct
    pkg image, type YCbCr struct, CStride int
    pkg image, type YCbCr struct, Cb []uint8
    pkg image, type YCbCr struct, Cr []uint8
    pkg image, type YCbCr struct, Rect Rectangle
    pkg image, type YCbCr struct, SubsampleRatio YCbCrSubsampleRatio
    pkg image, type YCbCr struct, Y []uint8
    pkg image, type YCbCr struct, YStride int
    pkg image, type YCbCrSubsampleRatio int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top