Get Color Channel

STD Library
Both Server and Client
Both Mobile and PC

Get the channel values of the target color

Declaration

func GetColorChannel(color Color, out var r int, out var g int, out var b int, out var a int)
go

Parameters

Input

Name Type Description
Color Color Target Color

Out

Name Type Description
R Int The R value of the color, range [0, 255]
G Int The G value of the color, range [0, 255]
B Int The B value of the color, range [0 , 255]
A Int The A value of the color, range [0, 255]