C# 클래스 PixelFarm.Agg.Imaging.PixelBlenderGammaBGRA

상속: PixelBlenderBGRABase, IPixelBlender
파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
BlendPixel ( byte buffer, int bufferOffset, Color sourceColor ) : void
BlendPixels ( byte buffer, int bufferOffset, Color sourceColors, int sourceColorsOffset, byte sourceCovers, int sourceCoversOffset, bool firstCoverForAll, int count ) : void
CopyPixel ( byte buffer, int bufferOffset, Color sourceColor ) : void
CopyPixels ( byte buffer, int bufferOffset, Color sourceColor, int count ) : void
PixelBlenderGammaBGRA ( float gammaValue ) : PixelFarm.Drawing
PixelToColorRGBA_Bytes ( byte buffer, int bufferOffset ) : Color

메소드 상세

BlendPixel() 공개 메소드

public BlendPixel ( byte buffer, int bufferOffset, Color sourceColor ) : void
buffer byte
bufferOffset int
sourceColor Color
리턴 void

BlendPixels() 공개 메소드

public BlendPixels ( byte buffer, int bufferOffset, Color sourceColors, int sourceColorsOffset, byte sourceCovers, int sourceCoversOffset, bool firstCoverForAll, int count ) : void
buffer byte
bufferOffset int
sourceColors Color
sourceColorsOffset int
sourceCovers byte
sourceCoversOffset int
firstCoverForAll bool
count int
리턴 void

CopyPixel() 공개 메소드

public CopyPixel ( byte buffer, int bufferOffset, Color sourceColor ) : void
buffer byte
bufferOffset int
sourceColor Color
리턴 void

CopyPixels() 공개 메소드

public CopyPixels ( byte buffer, int bufferOffset, Color sourceColor, int count ) : void
buffer byte
bufferOffset int
sourceColor Color
count int
리턴 void

PixelBlenderGammaBGRA() 공개 메소드

public PixelBlenderGammaBGRA ( float gammaValue ) : PixelFarm.Drawing
gammaValue float
리턴 PixelFarm.Drawing

PixelToColorRGBA_Bytes() 공개 메소드

public PixelToColorRGBA_Bytes ( byte buffer, int bufferOffset ) : Color
buffer byte
bufferOffset int
리턴 Color