Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BenchmarkRGBA (0.19 sec)

  1. src/image/draw/bench_test.go

    	bench(b, color.RGBAModel, color.GrayModel, color.AlphaModel, Over)
    }
    
    func BenchmarkRGBA64ImageMaskOver(b *testing.B) {
    	bench(b, color.RGBAModel, color.RGBA64Model, color.AlphaModel, Over)
    }
    
    func BenchmarkRGBA(b *testing.B) {
    	bench(b, color.RGBAModel, color.RGBA64Model, nil, Src)
    }
    
    func BenchmarkPalettedFill(b *testing.B) {
    	bench(b, palette, nil, nil, Src)
    }
    
    func BenchmarkPalettedRGBA(b *testing.B) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 20 18:07:05 UTC 2023
    - 6.6K bytes
    - Viewed (0)
Back to top