blockly > blockRendering > ConstantProvider > getBlockStyleForColour
blockRendering.ConstantProvider.getBlockStyleForColour() yöntemi
Tek bir renk değerine göre bir blok stili alın veya oluşturun. Renge göre stil için bir ad oluşturun.
İmza:
getBlockStyleForColour(colour: string): {
style: BlockStyle;
name: string;
};
Parametreler
Parametre | Tür | Açıklama |
---|---|---|
renk | dize | #RRGGBB renk dizesi. |
İadeler:
{ style: BlockStyle; name: string; }
Stili ve bu stil için otomatik olarak oluşturulan adı içeren bir nesne.