Palette
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.image.color
- Platforms: .NET, .NET Standard 2.0, Island
-
Ancestry:
constructor
constructor
Palette()
init()
Sub New()
constructor(aValue: Slice<Color>)
Palette(Slice<Color> aValue)
init(_ aValue: Slice<Color>)
Sub New(aValue As Slice<Color>)
Parameters:
- aValue:
Convert
method Convert(c: Color): Color
Color Convert(Color c)
func Convert(_ c: Color) -> Color
func Convert(c Color) Color
Function Convert(c As Color) As Color
Parameters:
- c:
Equals
method Equals(value: Object): Boolean
Boolean Equals(Object value)
func Equals(_ value: Object) -> Boolean
func Equals(value interface{}) Boolean
Function Equals(value As Object) As Boolean
Parameters:
- value:
GetHashCode
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
func GetHashCode() Int32
Function GetHashCode() As Int32
Index
method Index(c: Color): int
int Index(Color c)
func Index(_ c: Color) -> int
func Index(c Color) int
Function Index(c As Color) As int
Parameters:
- c:
Value
var Value: Slice<Color>;
Slice<Color> Value
var Value: Slice<Color>
Value Slice<Color>
FIELD Value() As Slice<Color>
Value
var Value: Slice<Color>;
Slice<Color> Value
var Value: Slice<Color>
Value Slice<Color>
FIELD Value() As Slice<Color>
constructor
constructor
Palette()
init()
Sub New()
constructor(aValue: Slice<Color>)
Palette(Slice<Color> aValue)
init(_ aValue: Slice<Color>)
Sub New(aValue As Slice<Color>)
Parameters:
- aValue:
Convert
method Convert(c: Color): Color
Color Convert(Color c)
func Convert(_ c: Color) -> Color
func Convert(c Color) Color
Function Convert(c As Color) As Color
Parameters:
- c:
Equals
method Equals(value: Object): Boolean
Boolean Equals(Object value)
func Equals(_ value: Object) -> Boolean
func Equals(value interface{}) Boolean
Function Equals(value As Object) As Boolean
Parameters:
- value:
GetHashCode
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
func GetHashCode() Int32
Function GetHashCode() As Int32
Index
method Index(c: Color): int
int Index(Color c)
func Index(_ c: Color) -> int
func Index(c Color) int
Function Index(c As Color) As int
Parameters:
- c: