Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Pinta
Core
UnaryPixelOps.SetAlphaChannelTo255
C# 클래스 Pinta.Core.UnaryPixelOps.SetAlphaChannelTo255
상속:
UnaryPixelOp
파일 보기
프로젝트 열기: xxgreg/Pinta
공개 메소드들
메소드
설명
Apply
(
ColorBgra
color
) :
ColorBgra
Apply
(
ColorBgra
dst
,
ColorBgra
src
,
int
length
) :
void
Apply
(
ColorBgra
ptr
,
int
length
) :
void
메소드 상세
Apply()
공개
메소드
public
Apply
(
ColorBgra
color
) :
ColorBgra
color
ColorBgra
리턴
ColorBgra
Apply()
공개
메소드
public
Apply
(
ColorBgra
dst
,
ColorBgra
src
,
int
length
) :
void
dst
ColorBgra
src
ColorBgra
length
int
리턴
void
Apply()
공개
메소드
public
Apply
(
ColorBgra
ptr
,
int
length
) :
void
ptr
ColorBgra
length
int
리턴
void