C# Класс ActiveTextureManagement.ColorExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
bytes ( this texture, int mipmapLevel, bool hasAlpha = true ) : byte[]
component ( this color ) : byte[]
u ( this color ) : uint

Описание методов

bytes() публичный статический Метод

public static bytes ( this texture, int mipmapLevel, bool hasAlpha = true ) : byte[]
texture this
mipmapLevel int
hasAlpha bool
Результат byte[]

component() публичный статический Метод

public static component ( this color ) : byte[]
color this
Результат byte[]

u() публичный статический Метод

public static u ( this color ) : uint
color this
Результат uint